Skip to content

Commit

Permalink
Increased version number to 2.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Viincenttt committed Aug 30, 2018
1 parent 9601143 commit 0dbc1fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mollie.Api/Mollie.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<TargetFramework>netstandard1.2</TargetFramework>
<Version>2.0.1.0</Version>
<Version>2.0.1.1</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.0.1.0</AssemblyVersion>
<FileVersion>2.0.1.0</FileVersion>
<AssemblyVersion>2.0.1.1</AssemblyVersion>
<FileVersion>2.0.1.1</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0dbc1fb

Please sign in to comment.