Skip to content

Commit

Permalink
Update NuGets
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Jun 23, 2022
1 parent b03cc18 commit 4ab0018
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 2Captcha.Sandbox/2Captcha.Sandbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>


Expand Down
14 changes: 8 additions & 6 deletions 2Captcha/2Captcha.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,33 @@
<Authors>Zaczero (Kamil Monicz)</Authors>
<Company>Zaczero (Kamil Monicz)</Company>
<Description>Simple API wrapper for https://2captcha.com/</Description>
<Copyright>Copyright © Kamil Monicz 2020</Copyright>
<Copyright>Copyright © Kamil Monicz 2022</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Zaczero/2Captcha</PackageProjectUrl>
<PackageIconUrl></PackageIconUrl>
<Version>1.10</Version>
<Version>1.10.1</Version>
<PackageVersion>1.10.1</PackageVersion>
<PackageTags>2captcha, captcha, solver, hcaptcha, recaptcha, google, text, image, wrapper, api, geetest, funcaptcha, puzzle</PackageTags>
<PackageId>2CaptchaAPI</PackageId>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<AssemblyVersion>1.10.0.0</AssemblyVersion>
<FileVersion>1.10.0.0</FileVersion>
<AssemblyVersion>1.10.1.0</AssemblyVersion>
<FileVersion>1.10.1.0</FileVersion>
<RepositoryUrl>https://github.com/Zaczero/2Captcha</RepositoryUrl>
<PackageIcon>2captcha.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>


Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![NuGet Release](https://img.shields.io/nuget/v/2CaptchaAPI.svg)](https://www.nuget.org/packages/2CaptchaAPI/)
[![License](https://img.shields.io/github/license/Zaczero/2Captcha.svg)](https://github.com/Zaczero/2Captcha/blob/master/LICENSE)

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

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

`Install-Package 2CaptchaAPI`

### Install with dotnet

`dotnet add PROJECT package 2CaptchaAPI`

### Install manually

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

* Email: [[email protected]](mailto:[email protected])
* PGP: [0x9D7BC5B97BB0A707](https://gist.github.com/Zaczero/158da01bfd5b6d236f2b8ceb62dd9698)

### 📃 License

Expand Down

0 comments on commit 4ab0018

Please sign in to comment.