Skip to content

Commit ecbe851

Browse files
committed
Meta info update
1 parent cff9273 commit ecbe851

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Multipart.xml</DocumentationFile>
1010

11-
<Version>1.3.2</Version>
11+
<Version>1.4</Version>
1212
<PackageReleaseNotes>
1313
Updates
14-
* Upgrade to HttpMultipartParser 4.4.* (PR#24)
14+
* Upgrade to HttpMultipartParser 5.0.* (PR#25)
1515
</PackageReleaseNotes>
1616

1717
<Authors>Alexander Krylkov</Authors>

src/TestClient/TestClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netcoreapp3.1</TargetFramework>
4-
<Version>0.1</Version>
54
<OutputType>Exe</OutputType>
65
<IsPackable>false</IsPackable>
76
</PropertyGroup>

0 commit comments

Comments
 (0)