Skip to content

Commit 4ab0018

Browse files
committed
Update NuGets
1 parent b03cc18 commit 4ab0018

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

2Captcha.Sandbox/2Captcha.Sandbox.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
13+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
1414
</ItemGroup>
1515

1616

2Captcha/2Captcha.csproj

+8-6
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,33 @@
66
<Authors>Zaczero (Kamil Monicz)</Authors>
77
<Company>Zaczero (Kamil Monicz)</Company>
88
<Description>Simple API wrapper for https://2captcha.com/</Description>
9-
<Copyright>Copyright © Kamil Monicz 2020</Copyright>
9+
<Copyright>Copyright © Kamil Monicz 2022</Copyright>
1010
<PackageLicenseUrl></PackageLicenseUrl>
1111
<PackageProjectUrl>https://github.com/Zaczero/2Captcha</PackageProjectUrl>
1212
<PackageIconUrl></PackageIconUrl>
13-
<Version>1.10</Version>
13+
<Version>1.10.1</Version>
14+
<PackageVersion>1.10.1</PackageVersion>
1415
<PackageTags>2captcha, captcha, solver, hcaptcha, recaptcha, google, text, image, wrapper, api, geetest, funcaptcha, puzzle</PackageTags>
1516
<PackageId>2CaptchaAPI</PackageId>
1617
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
17-
<AssemblyVersion>1.10.0.0</AssemblyVersion>
18-
<FileVersion>1.10.0.0</FileVersion>
18+
<AssemblyVersion>1.10.1.0</AssemblyVersion>
19+
<FileVersion>1.10.1.0</FileVersion>
1920
<RepositoryUrl>https://github.com/Zaczero/2Captcha</RepositoryUrl>
2021
<PackageIcon>2captcha.png</PackageIcon>
2122
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2223
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2324
<IncludeSymbols>true</IncludeSymbols>
2425
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
26+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2527
</PropertyGroup>
2628

2729
<ItemGroup>
28-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
30+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
2931
</ItemGroup>
3032

3133

3234
<ItemGroup>
33-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
35+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
3436
</ItemGroup>
3537

3638

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![NuGet Release](https://img.shields.io/nuget/v/2CaptchaAPI.svg)](https://www.nuget.org/packages/2CaptchaAPI/)
66
[![License](https://img.shields.io/github/license/Zaczero/2Captcha.svg)](https://github.com/Zaczero/2Captcha/blob/master/LICENSE)
77

8-
Simple HTTP API wrapper for [2captcha.com](https://2captcha.com/)
8+
Simple HTTP API wrapper for [2captcha.com](https://2captcha.com/)
99
An online captcha solving and image recognition service.
1010

1111
*By using this library you will get **10% cashback** on captchas you solve.*
@@ -16,10 +16,6 @@ An online captcha solving and image recognition service.
1616

1717
`Install-Package 2CaptchaAPI`
1818

19-
### Install with dotnet
20-
21-
`dotnet add PROJECT package 2CaptchaAPI`
22-
2319
### Install manually
2420

2521
[Browse latest GitHub release](https://github.com/Zaczero/2Captcha/releases/latest)
@@ -167,7 +163,6 @@ public struct Result
167163
### 📧 Contact
168164

169165
170-
* PGP: [0x9D7BC5B97BB0A707](https://gist.github.com/Zaczero/158da01bfd5b6d236f2b8ceb62dd9698)
171166

172167
### 📃 License
173168

0 commit comments

Comments
 (0)