Skip to content

Commit 7a407b4

Browse files
refactor
1 parent 80a8751 commit 7a407b4

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

TwoCaptcha.Examples/Run.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,6 @@ public static void Main(string[] args)
131131
GridOptionsExample GridOptionsExample = new GridOptionsExample(apiKey);
132132
break;
133133

134-
case "HCaptchaExample":
135-
HCaptchaExample HCaptchaExample = new HCaptchaExample(apiKey);
136-
break;
137-
138-
case "HCaptchaOptionsExample":
139-
HCaptchaOptionsExample HCaptchaOptionsExample = new HCaptchaOptionsExample(apiKey);
140-
break;
141-
142134
case "KeyCaptchaExample":
143135
KeyCaptchaExample KeyCaptchaExample = new KeyCaptchaExample(apiKey);
144136
break;

TwoCaptcha/TwoCaptcha.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageReadmeFile>README.md</PackageReadmeFile>
66
<Authors>2captcha</Authors>
77
<Company>2captcha</Company>
8-
<Description>C# library for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.</Description>
8+
<Description>C# library for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, funcaptcha, geetest and solve any other captchas.</Description>
99
<PackageTags>2Captcha;Captcha;reCAPTCHA;CAPTCHA solving;CAPTCHA bypass;C#;.NET;API;Image Recognition;Audio CAPTCHA;Solve CAPTCHA;Anti-bot;CAPTCHA service;CAPTCHA SDK</PackageTags>
1010
</PropertyGroup>
1111
<PropertyGroup>

0 commit comments

Comments
 (0)