Skip to content

Commit 9d2e47e

Browse files
committed
[edit] version/changelog
1 parent f8fe371 commit 9d2e47e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Simplify.Web.Multipart/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.4.4] - 2022-03-13
4+
5+
### Dependencies
6+
7+
- HttpMultipartParser to 5.1.0 (PR#34)
8+
39
## [1.4.3] - 2021-11-24
410

511
### Dependencies

src/Simplify.Web.Multipart/Simplify.Web.Multipart.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>1.4.3</Version>
11+
<Version>1.4.4</Version>
1212

1313
<Authors>Alexander Krylkov</Authors>
1414
<Product>Simplify</Product>
@@ -23,7 +23,7 @@
2323
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify.Web.Multipart/tree/master/src/Simplify.Web.Multipart/CHANGELOG.md for details</PackageReleaseNotes>
2424
</PropertyGroup>
2525
<ItemGroup>
26-
<PackageReference Include="Simplify.Web" Version="4.5.*" />
26+
<PackageReference Include="Simplify.Web" Version="4.5.0" />
2727
<PackageReference Include="HttpMultipartParser" Version="5.1.0" />
2828
</ItemGroup>
2929
<ItemGroup>

0 commit comments

Comments
 (0)