AntiCaptchaApi.Net 2.1.4

dotnet add package AntiCaptchaApi.Net --version 2.1.4
                    
NuGet\Install-Package AntiCaptchaApi.Net -Version 2.1.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AntiCaptchaApi.Net" Version="2.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AntiCaptchaApi.Net" Version="2.1.4" />
                    
Directory.Packages.props
<PackageReference Include="AntiCaptchaApi.Net" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AntiCaptchaApi.Net --version 2.1.4
                    
#r "nuget: AntiCaptchaApi.Net, 2.1.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AntiCaptchaApi.Net@2.1.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AntiCaptchaApi.Net&version=2.1.4
                    
Install as a Cake Addin
#tool nuget:?package=AntiCaptchaApi.Net&version=2.1.4
                    
Install as a Cake Tool

Library for captcha solving using anti-captcha.com api

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AntiCaptchaApi.Net:

Package Downloads
Selenium.AntiCaptcha

Selenium extension methods for captcha solving using Anti-Captcha.com API. Supports ReCaptcha v2/v3, FunCaptcha, GeeTest, Image to Text, Turnstile and more.

Selenium.CaptchaIdentifier

Selenium extension methods for captcha identification on sites

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.4 579 6/21/2025
2.1.3 130 5/24/2025
2.1.2 358 5/19/2025
2.1.1 259 5/14/2025
2.1.0 242 5/14/2025
2.0.0 143 5/11/2025
1.7.1 297 2/25/2025
1.7.0 241 12/11/2024
1.5.1 4,035 2/26/2023
1.5.0 701 2/26/2023
1.4.0 3,024 2/4/2023
1.3.0 693 1/21/2023
1.2.11 2,996 1/9/2023
1.2.10 386 1/8/2023
1.2.9 1,729 12/28/2022
1.2.8 630 12/28/2022
1.2.7 414 12/28/2022
1.2.6 387 12/28/2022
1.2.5 403 12/28/2022
1.2.4 414 12/28/2022
1.2.3 387 12/28/2022
1.2.2 401 12/28/2022
1.2.1 637 12/26/2022
1.2.0 615 12/26/2022
1.1.1 626 12/26/2022
1.1.0 409 12/26/2022
1.0.1.1 644 12/24/2022
1.0.1 434 11/27/2022
1.0.0.16 404 11/26/2022
1.0.0.15 421 11/26/2022
1.0.0.14 555 10/14/2022
1.0.0.13 508 10/14/2022
1.0.0.12 524 10/14/2022
1.0.0.11 515 10/14/2022
1.0.0.10 510 10/12/2022
1.0.0.9 502 10/12/2022
1.0.0.8 494 10/12/2022
1.0.0.7 492 10/11/2022
1.0.0.6 482 10/11/2022
1.0.0.5 506 10/11/2022
1.0.0.4 499 10/11/2022
1.0.0.3 505 10/10/2022
1.0.0.1 529 10/10/2022
1.0.0 508 10/8/2022

2.1.4:
     - Fixed dependency injection ambiguity issue with HttpHelper constructor selection.
     2.1.3:
     - Added Amazon WAF captcha support (AmazonTaskProxyless and AmazonTask).
     2.1.2:
     - Added a public constructor to AnticaptchaClient to allow manual instantiation without dependency injection.
     - Modified HttpHelper to accept an HttpClient in its constructor to support manual instantiation.