Skip to content

Commit

Permalink
chore(release): bump to 19.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DjoykeAbyah authored and github-actions[bot] committed Sep 10, 2024
1 parent b40b8f0 commit d46675a
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>19.1.0</AssemblyVersion>
<AssemblyVersion>19.2.0</AssemblyVersion>

<FileVersion>19.1.0</FileVersion>
<FileVersion>19.2.0</FileVersion>

<Version>19.1.0</Version>
<Version>19.2.0</Version>

<LangVersion>7.2</LangVersion>

<PackageVersion>19.1.0</PackageVersion>
<PackageVersion>19.2.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,9 +5,9 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Adyen</Copyright>

<Version>19.1.0</Version>
<AssemblyVersion>19.1.0</AssemblyVersion>
<FileVersion>19.1.0</FileVersion>
<Version>19.2.0</Version>
<AssemblyVersion>19.2.0</AssemblyVersion>
<FileVersion>19.2.0</FileVersion>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -17,7 +17,7 @@
<RepositoryUrl>https://github.com/Adyen/adyen-dotnet-api-library</RepositoryUrl>
<RepositoryType>git</RepositoryType>

<PackageTags>19.1.0</PackageTags>
<PackageTags>19.2.0</PackageTags>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Adyen</Authors>
Expand All @@ -30,7 +30,7 @@
<AssemblyOriginatorKeyFile>adyen-dotnet-api-library-key.snk</AssemblyOriginatorKeyFile>
<PackageIcon>adyen-logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageVersion>19.1.0</PackageVersion>
<PackageVersion>19.2.0</PackageVersion>
<!-- add xml descriptions -->
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
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 = "19.1.0";
public const string LibVersion = "19.2.0";
}
}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.1.0
19.2.0

0 comments on commit d46675a

Please sign in to comment.