Skip to content

Commit b82de8d

Browse files
committed
[edit] version/changelog
1 parent 02d3393 commit b82de8d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

src/Simplify.Web.Multipart/CHANGELOG.md

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

3+
## [1.7.1] - 2023-02-11
4+
5+
### Dependencies
6+
7+
- HttpMultipartParser to 8.1.0 (PR#42)
8+
9+
### Removed
10+
11+
- Explicit .NET 5 support
12+
313
## [1.7.0] - 2023-01-10
414

515
### Dependencies

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;net5.0;netstandard2.1;net48</TargetFrameworks>
3+
<TargetFrameworks>net6.0;netstandard2.1;net48</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
55
<EmbedUntrackedSources>true</EmbedUntrackedSources>
66
<IncludeSymbols>true</IncludeSymbols>
77
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99

10-
<Version>1.7</Version>
10+
<Version>1.7.1</Version>
1111

1212
<Authors>Alexander Krylkov</Authors>
1313
<Product>Simplify</Product>

0 commit comments

Comments
 (0)