Skip to content

Commit 5b6bbe9

Browse files
Merge pull request #992 from Adyen/promote/main
Release v14.2.0
2 parents a56d72b + 79face7 commit 5b6bbe9

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Adyen.Test/Adyen.Test.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
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'">

Adyen/Adyen.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
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>
@@ -28,7 +28,7 @@
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" />

Adyen/Constants/ClientConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.1.0
1+
14.2.0

0 commit comments

Comments
 (0)