File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 66
77 <IsPackable >false</IsPackable >
88
9- <AssemblyVersion >21 .0.0</AssemblyVersion >
9+ <AssemblyVersion >22 .0.0</AssemblyVersion >
1010
11- <FileVersion >21 .0.0</FileVersion >
11+ <FileVersion >22 .0.0</FileVersion >
1212
13- <Version >21 .0.0</Version >
13+ <Version >22 .0.0</Version >
1414
1515 <LangVersion >7.2</LangVersion >
1616
17- <PackageVersion >21 .0.0</PackageVersion >
17+ <PackageVersion >22 .0.0</PackageVersion >
1818 </PropertyGroup >
1919
2020 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
Original file line number Diff line number Diff line change 55 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
66 <Copyright >Adyen</Copyright >
77
8- <Version >21 .0.0</Version >
9- <AssemblyVersion >21 .0.0</AssemblyVersion >
10- <FileVersion >21 .0.0</FileVersion >
8+ <Version >22 .0.0</Version >
9+ <AssemblyVersion >22 .0.0</AssemblyVersion >
10+ <FileVersion >22 .0.0</FileVersion >
1111
1212 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1313 <IncludeSymbols >true</IncludeSymbols >
1717 <RepositoryUrl >https://github.com/Adyen/adyen-dotnet-api-library</RepositoryUrl >
1818 <RepositoryType >git</RepositoryType >
1919
20- <PackageTags >21 .0.0</PackageTags >
20+ <PackageTags >22 .0.0</PackageTags >
2121
2222 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2323 <Authors >Adyen</Authors >
3030 <AssemblyOriginatorKeyFile >adyen-dotnet-api-library-key.snk</AssemblyOriginatorKeyFile >
3131 <PackageIcon >adyen-logo.png</PackageIcon >
3232 <PackageReadmeFile >README.md</PackageReadmeFile >
33- <PackageVersion >21 .0.0</PackageVersion >
33+ <PackageVersion >22 .0.0</PackageVersion >
3434 <!-- add xml descriptions -->
3535 <GenerateDocumentationFile >true</GenerateDocumentationFile >
3636 <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile >
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ public class ClientConfig
1515 public const string NexoProtocolVersion = "3.0" ;
1616
1717 public const string LibName = "adyen-dotnet-api-library" ;
18- public const string LibVersion = "21 .0.0" ;
18+ public const string LibVersion = "22 .0.0" ;
1919 }
2020}
Original file line number Diff line number Diff line change 1- 21 .0.0
1+ 22 .0.0
You can’t perform that action at this time.
0 commit comments