Skip to content

Commit

Permalink
[edit] version/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Jun 5, 2024
1 parent c510b26 commit a74b735
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions src/Simplify.Web.Multipart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## [1.8.0] - Unreleased
## [1.8.0] - 2024-06-05

### Dependencies

- Simplify.Web bump to 5.0
- HttpMultipartParser to 8.4.0
- HttpMultipartParser bump to 8.4.0

## [1.7.2] - 2023-08-26

Expand Down
6 changes: 3 additions & 3 deletions src/Simplify.Web.Multipart/Simplify.Web.Multipart.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.8-pre01</Version>
<Version>1.8</Version>

<Authors>Alexander Krylkov</Authors>
<Authors>Simplify community</Authors>
<Product>Simplify</Product>
<Description>Simplify.Web multipart form model binder</Description>
<Copyright>Licensed under LGPL</Copyright>
Expand All @@ -24,7 +24,7 @@
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify.Web.Multipart/tree/master/src/Simplify.Web.Multipart/CHANGELOG.md for details</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Simplify.Web" Version="5.0-pre01" />
<PackageReference Include="Simplify.Web" Version="5.0" />
<PackageReference Include="HttpMultipartParser" Version="8.4.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit a74b735

Please sign in to comment.