Skip to content

Commit f7db17a

Browse files
committed
[up] to Simplify.Web 5.0
[up] HttpMultipartParser to 8.4
1 parent f3d475c commit f7db17a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

src/Simplify.Web.Multipart/CHANGELOG.md

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

3+
## [1.8.0] - Unreleased
4+
5+
- Simplify.Web bump to 5.0
6+
- HttpMultipartParser to 8.4.0
7+
38
## [1.7.2] - 2023-08-26
49

510
### Dependencies

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

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

10-
<Version>1.7.2</Version>
10+
<Version>1.8-pre01</Version>
1111

1212
<Authors>Alexander Krylkov</Authors>
1313
<Product>Simplify</Product>
@@ -24,8 +24,8 @@
2424
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify.Web.Multipart/tree/master/src/Simplify.Web.Multipart/CHANGELOG.md for details</PackageReleaseNotes>
2525
</PropertyGroup>
2626
<ItemGroup>
27-
<PackageReference Include="Simplify.Web" Version="4.7.0" />
28-
<PackageReference Include="HttpMultipartParser" Version="8.3.0" />
27+
<PackageReference Include="Simplify.Web" Version="5.0-pre01" />
28+
<PackageReference Include="HttpMultipartParser" Version="8.4.0" />
2929
</ItemGroup>
3030
<ItemGroup>
3131
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)