Skip to content

Commit

Permalink
Merge pull request #987 from Adyen/promote/main
Browse files Browse the repository at this point in the history
Release v14.1.0
  • Loading branch information
AdyenAutomationBot authored Feb 29, 2024
2 parents 48bcfc5 + 0d620c6 commit 5a86665
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Adyen.Test/Adyen.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<IsPackable>false</IsPackable>

<AssemblyVersion>14.0.1</AssemblyVersion>
<AssemblyVersion>14.1.0</AssemblyVersion>

<FileVersion>14.0.1</FileVersion>
<FileVersion>14.1.0</FileVersion>

<Version>14.0.1</Version>
<Version>14.1.0</Version>

<LangVersion>7.2</LangVersion>

<PackageVersion>14.0.1</PackageVersion>
<PackageVersion>14.1.0</PackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
10 changes: 5 additions & 5 deletions Adyen/Adyen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Adyen</Copyright>

<Version>14.0.1</Version>
<AssemblyVersion>14.0.1</AssemblyVersion>
<FileVersion>14.0.1</FileVersion>
<Version>14.1.0</Version>
<AssemblyVersion>14.1.0</AssemblyVersion>
<FileVersion>14.1.0</FileVersion>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<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>
<PackageProjectUrl>https://github.com/Adyen/adyen-dotnet-api-library</PackageProjectUrl>
<RepositoryUrl>https://github.com/Adyen/adyen-dotnet-api-library</RepositoryUrl>
<RepositoryType>git</RepositoryType>

<PackageTags>14.0.1</PackageTags>
<PackageTags>14.1.0</PackageTags>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Adyen</Authors>
Expand All @@ -28,7 +28,7 @@
<AssemblyOriginatorKeyFile>adyen-dotnet-api-library-key.snk</AssemblyOriginatorKeyFile>
<PackageIcon>adyen-logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageVersion>14.0.1</PackageVersion>
<PackageVersion>14.1.0</PackageVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Constants/ClientConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public class ClientConfig
public const string NexoProtocolVersion = "3.0";

public const string LibName = "adyen-dotnet-api-library";
public const string LibVersion = "14.0.1";
public const string LibVersion = "14.1.0";
}
}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0.1
14.1.0

0 comments on commit 5a86665

Please sign in to comment.