Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Viincenttt committed Jul 25, 2022
1 parent ffb3dfb commit 6135ad2
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.9</Version>
<Version>2.1.0.10</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.9</AssemblyVersion>
<FileVersion>2.1.0.9</FileVersion>
<AssemblyVersion>2.1.0.10</AssemblyVersion>
<FileVersion>2.1.0.10</FileVersion>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageVersion>2.1.0.9</PackageVersion>
<PackageVersion>2.1.0.10</PackageVersion>
</PropertyGroup>

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

0 comments on commit 6135ad2

Please sign in to comment.