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 >14.1 .0</AssemblyVersion >
9+ <AssemblyVersion >14.2 .0</AssemblyVersion >
1010
11- <FileVersion >14.1 .0</FileVersion >
11+ <FileVersion >14.2 .0</FileVersion >
1212
13- <Version >14.1 .0</Version >
13+ <Version >14.2 .0</Version >
1414
1515 <LangVersion >7.2</LangVersion >
1616
17- <PackageVersion >14.1 .0</PackageVersion >
17+ <PackageVersion >14.2 .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 >14.1 .0</Version >
9- <AssemblyVersion >14.1 .0</AssemblyVersion >
10- <FileVersion >14.1 .0</FileVersion >
8+ <Version >14.2 .0</Version >
9+ <AssemblyVersion >14.2 .0</AssemblyVersion >
10+ <FileVersion >14.2 .0</FileVersion >
1111
1212 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1313 <Description >The Adyen API Library for .net core enables you to work with Adyen APIs, Hosted Payment Pages and terminal api with any .net application.</Description >
1414 <PackageProjectUrl >https://github.com/Adyen/adyen-dotnet-api-library</PackageProjectUrl >
1515 <RepositoryUrl >https://github.com/Adyen/adyen-dotnet-api-library</RepositoryUrl >
1616 <RepositoryType >git</RepositoryType >
1717
18- <PackageTags >14.1 .0</PackageTags >
18+ <PackageTags >14.2 .0</PackageTags >
1919
2020 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2121 <Authors >Adyen</Authors >
2828 <AssemblyOriginatorKeyFile >adyen-dotnet-api-library-key.snk</AssemblyOriginatorKeyFile >
2929 <PackageIcon >adyen-logo.png</PackageIcon >
3030 <PackageReadmeFile >README.md</PackageReadmeFile >
31- <PackageVersion >14.1 .0</PackageVersion >
31+ <PackageVersion >14.2 .0</PackageVersion >
3232 </PropertyGroup >
3333 <ItemGroup >
3434 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
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 = "14.1 .0" ;
18+ public const string LibVersion = "14.2 .0" ;
1919 }
2020}
Original file line number Diff line number Diff line change 1- 14.1 .0
1+ 14.2 .0
You can’t perform that action at this time.
0 commit comments