Skip to content

Commit

Permalink
Increase version number to 2.1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Viincenttt committed Nov 14, 2022
1 parent 1b19ef7 commit b9dfd6f
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.1.0.14</Version>
<Version>2.1.0.15</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.1.0.14</AssemblyVersion>
<FileVersion>2.1.0.14</FileVersion>
<AssemblyVersion>2.1.0.15</AssemblyVersion>
<FileVersion>2.1.0.15</FileVersion>
<PackageLicenseUrl>https://github.com/Viincenttt/MollieApi/blob/development/LICENSE</PackageLicenseUrl>
<PackageVersion>2.1.0.14</PackageVersion>
<PackageVersion>2.1.0.15</PackageVersion>
</PropertyGroup>

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

0 comments on commit b9dfd6f

Please sign in to comment.