Skip to content

Commit a2a252a

Browse files
committed
Set version number to 2.1.0
1 parent 8092479 commit a2a252a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

StandardSocketsHttpHandler/StandardSocketsHttpHandler.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<RootNamespace>System.Net.Http</RootNamespace>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
8+
<Version>2.1.0.0</Version>
9+
<Authors>Tal Aloni</Authors>
10+
<PackageDescription>StandardSocketsHttpHandler is a backport of SocketsHttpHandler to .NET Standard 2.0</PackageDescription>
11+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12+
<PackageProjectUrl>https://github.com/TalAloni/StandardSocketsHttpHandler</PackageProjectUrl>
13+
<RepositoryUrl>https://github.com/TalAloni/StandardSocketsHttpHandler</RepositoryUrl>
814
</PropertyGroup>
915

1016
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">

0 commit comments

Comments
 (0)