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 3661c81 commit 2e4c295Copy full SHA for 2e4c295
1 file changed
TwoCaptcha/TwoCaptcha.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
<PropertyGroup>
3
<PackageId>2captcha-csharp</PackageId>
4
- <Version>1.4.5</Version>
+ <Version>1.4.6</Version>
5
<PackageReadmeFile>README.md</PackageReadmeFile>
6
<Authors>2captcha</Authors>
7
<Company>2captcha</Company>
@@ -12,7 +12,7 @@
12
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
13
</PropertyGroup>
14
<ItemGroup>
15
- <None Include="..\README.md" pack="true" PackagePath="." />
+ <None Include="..\README.md" Pack="true" PackagePath="\" />
16
</ItemGroup>
17
18
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
0 commit comments