We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff9273 commit ecbe851Copy full SHA for ecbe851
src/Simplify.Web.Multipart/Simplify.Web.Multipart.csproj
@@ -8,10 +8,10 @@
8
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
9
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Multipart.xml</DocumentationFile>
10
11
- <Version>1.3.2</Version>
+ <Version>1.4</Version>
12
<PackageReleaseNotes>
13
Updates
14
- * Upgrade to HttpMultipartParser 4.4.* (PR#24)
+ * Upgrade to HttpMultipartParser 5.0.* (PR#25)
15
</PackageReleaseNotes>
16
17
<Authors>Alexander Krylkov</Authors>
src/TestClient/TestClient.csproj
@@ -1,7 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFramework>netcoreapp3.1</TargetFramework>
4
- <Version>0.1</Version>
5
<OutputType>Exe</OutputType>
6
<IsPackable>false</IsPackable>
7
</PropertyGroup>
0 commit comments