CaptchaSharp 2.1.0

dotnet add package CaptchaSharp --version 2.1.0                
NuGet\Install-Package CaptchaSharp -Version 2.1.0                
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="CaptchaSharp" Version="2.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CaptchaSharp --version 2.1.0                
#r "nuget: CaptchaSharp, 2.1.0"                
#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.
// Install CaptchaSharp as a Cake Addin
#addin nuget:?package=CaptchaSharp&version=2.1.0

// Install CaptchaSharp as a Cake Tool
#tool nuget:?package=CaptchaSharp&version=2.1.0                

Library that implements the APIs of the most used captcha solving services.

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CaptchaSharp:

Package Downloads
CaptchaSharp.Services.More

Adds additional services to CaptchaSharp.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on CaptchaSharp:

Repository Stars
openbullet/OpenBullet2
OpenBullet reinvented
openbullet/openbullet
The OpenBullet web testing application.
Version Downloads Last updated
2.1.0 528 8/12/2024
2.0.0 991 8/3/2024
1.0.13 27,577 1/30/2023
1.0.12 357 1/24/2023
1.0.11 9,482 11/28/2022
1.0.10 4,710 1/10/2022
1.0.9 5,180 1/2/2022
1.0.8 1,686 9/20/2021
1.0.7 1,441 7/2/2021
1.0.6 4,424 3/28/2021
1.0.5 938 3/2/2021
1.0.4 9,518 6/11/2020
1.0.3 1,166 5/15/2020
1.0.2 503 5/14/2020
1.0.1 775 4/15/2020
1.0.0 670 4/15/2020

Fixed CapSolver, added AYCD, added SolveCloudflareChallengePageAsync (for CapMonster Cloud) and other improvements