|
6 | 6 | <Authors>Zaczero (Kamil Monicz)</Authors>
|
7 | 7 | <Company>Zaczero (Kamil Monicz)</Company>
|
8 | 8 | <Description>Simple API wrapper for https://2captcha.com/</Description>
|
9 |
| - <Copyright>Copyright © Kamil Monicz 2020</Copyright> |
| 9 | + <Copyright>Copyright © Kamil Monicz 2022</Copyright> |
10 | 10 | <PackageLicenseUrl></PackageLicenseUrl>
|
11 | 11 | <PackageProjectUrl>https://github.com/Zaczero/2Captcha</PackageProjectUrl>
|
12 | 12 | <PackageIconUrl></PackageIconUrl>
|
13 |
| - <Version>1.10</Version> |
| 13 | + <Version>1.10.1</Version> |
| 14 | + <PackageVersion>1.10.1</PackageVersion> |
14 | 15 | <PackageTags>2captcha, captcha, solver, hcaptcha, recaptcha, google, text, image, wrapper, api, geetest, funcaptcha, puzzle</PackageTags>
|
15 | 16 | <PackageId>2CaptchaAPI</PackageId>
|
16 | 17 | <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> |
19 | 20 | <RepositoryUrl>https://github.com/Zaczero/2Captcha</RepositoryUrl>
|
20 | 21 | <PackageIcon>2captcha.png</PackageIcon>
|
21 | 22 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
22 | 23 | <PublishRepositoryUrl>true</PublishRepositoryUrl>
|
23 | 24 | <IncludeSymbols>true</IncludeSymbols>
|
24 | 25 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
| 26 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
25 | 27 | </PropertyGroup>
|
26 | 28 |
|
27 | 29 | <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" /> |
29 | 31 | </ItemGroup>
|
30 | 32 |
|
31 | 33 |
|
32 | 34 | <ItemGroup>
|
33 |
| - <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |
| 35 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
34 | 36 | </ItemGroup>
|
35 | 37 |
|
36 | 38 |
|
|
0 commit comments