Skip to content

Commit

Permalink
Increase version number to 2.3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Viincenttt committed Jul 31, 2023
1 parent 9d0cfe8 commit a95a5e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Mollie.Api/Mollie.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

<PropertyGroup>
<TargetFrameworks>netstandard1.2;net45</TargetFrameworks>
<Version>2.3.0.1</Version>
<Version>2.3.0.2</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>Vincent Kok</Authors>
<Description>This is a wrapper for the Mollie REST webservice. All payment methods and webservice calls are supported.</Description>
<Company>Vincent Kok</Company>
<Product>Mollie Payment API</Product>
<PackageProjectUrl>https://github.com/Viincenttt/MollieApi</PackageProjectUrl>
<PackageTags>Mollie</PackageTags>
<AssemblyVersion>2.3.0.1</AssemblyVersion>
<FileVersion>2.3.0.1</FileVersion>
<AssemblyVersion>2.3.0.2</AssemblyVersion>
<FileVersion>2.3.0.2</FileVersion>
<PackageLicenseUrl>https://github.com/Viincenttt/MollieApi/blob/development/LICENSE</PackageLicenseUrl>
<PackageVersion>2.3.0.1</PackageVersion>
<PackageVersion>2.3.0.2</PackageVersion>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
Expand Down

0 comments on commit a95a5e8

Please sign in to comment.