Skip to content

Commit

Permalink
Merge pull request #1012 from Adyen/promote/main
Browse files Browse the repository at this point in the history
Release v15.0.0
  • Loading branch information
AdyenAutomationBot authored May 2, 2024
2 parents ec5fe76 + 10c5a28 commit 21f1ef4
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.4.0</AssemblyVersion>
<AssemblyVersion>15.0.0</AssemblyVersion>

<FileVersion>14.4.0</FileVersion>
<FileVersion>15.0.0</FileVersion>

<Version>14.4.0</Version>
<Version>15.0.0</Version>

<LangVersion>7.2</LangVersion>

<PackageVersion>14.4.0</PackageVersion>
<PackageVersion>15.0.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.4.0</Version>
<AssemblyVersion>14.4.0</AssemblyVersion>
<FileVersion>14.4.0</FileVersion>
<Version>15.0.0</Version>
<AssemblyVersion>15.0.0</AssemblyVersion>
<FileVersion>15.0.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.4.0</PackageTags>
<PackageTags>15.0.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.4.0</PackageVersion>
<PackageVersion>15.0.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.4.0";
public const string LibVersion = "15.0.0";
}
}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.4.0
15.0.0

0 comments on commit 21f1ef4

Please sign in to comment.