Skip to content

Commit 8397a96

Browse files
author
2Captcha
committed
v1.1.3
1 parent 17633b9 commit 8397a96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

TwoCaptcha/TwoCaptcha.csproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<PackageId>2captcha-csharp</PackageId>
4-
<Version>1.1.2</Version>
4+
<Version>1.1.3</Version>
5+
<PackageReadmeFile>README.md</PackageReadmeFile>
56
<Authors>2captcha</Authors>
67
<Company>2captcha</Company>
78
</PropertyGroup>
89
<PropertyGroup>
910
<TargetFramework>netcoreapp3.1</TargetFramework>
1011
</PropertyGroup>
12+
<ItemGroup>
13+
<None Include="..\README.md" pack="true" PackagePath="." />
14+
</ItemGroup>
1115
</Project>

0 commit comments

Comments
 (0)