Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
2Captcha committed May 20, 2022
1 parent 17633b9 commit 8397a96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion TwoCaptcha/TwoCaptcha.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PackageId>2captcha-csharp</PackageId>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>2captcha</Authors>
<Company>2captcha</Company>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Include="..\README.md" pack="true" PackagePath="." />
</ItemGroup>
</Project>

0 comments on commit 8397a96

Please sign in to comment.