Skip to content

Commit a74b735

Browse files
committed
[edit] version/changelog
1 parent c510b26 commit a74b735

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/Simplify.Web.Multipart/CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

3-
## [1.8.0] - Unreleased
3+
## [1.8.0] - 2024-06-05
4+
5+
### Dependencies
46

57
- Simplify.Web bump to 5.0
6-
- HttpMultipartParser to 8.4.0
8+
- HttpMultipartParser bump to 8.4.0
79

810
## [1.7.2] - 2023-08-26
911

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99

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

12-
<Authors>Alexander Krylkov</Authors>
12+
<Authors>Simplify community</Authors>
1313
<Product>Simplify</Product>
1414
<Description>Simplify.Web multipart form model binder</Description>
1515
<Copyright>Licensed under LGPL</Copyright>
@@ -24,7 +24,7 @@
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="5.0-pre01" />
27+
<PackageReference Include="Simplify.Web" Version="5.0" />
2828
<PackageReference Include="HttpMultipartParser" Version="8.4.0" />
2929
</ItemGroup>
3030
<ItemGroup>

0 commit comments

Comments
 (0)