File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
src/Simplify.Web.Multipart Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
13
## [ 1.7.0] - 2023-01-10
4
14
5
15
### Dependencies
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net6.0;net5.0; netstandard2.1;net48</TargetFrameworks >
3
+ <TargetFrameworks >net6.0;netstandard2.1;net48</TargetFrameworks >
4
4
<LangVersion >latest</LangVersion >
5
5
<EmbedUntrackedSources >true</EmbedUntrackedSources >
6
6
<IncludeSymbols >true</IncludeSymbols >
7
7
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
9
10
- <Version >1.7</Version >
10
+ <Version >1.7.1 </Version >
11
11
12
12
<Authors >Alexander Krylkov</Authors >
13
13
<Product >Simplify</Product >
You can’t perform that action at this time.
0 commit comments