Skip to content

Commit

Permalink
#315 Update package version to 3.0.0.0 due to .NET standard change
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Kok committed Aug 25, 2023
1 parent a3d55a5 commit 968204d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Mollie.Api/Mollie.Api.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>2.3.0.2</Version>
<Version>3.0.0.0</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.2</AssemblyVersion>
<FileVersion>2.3.0.2</FileVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<PackageLicenseUrl>https://github.com/Viincenttt/MollieApi/blob/development/LICENSE</PackageLicenseUrl>
<PackageVersion>2.3.0.2</PackageVersion>
<PackageVersion>3.0.0.0</PackageVersion>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

Expand Down

0 comments on commit 968204d

Please sign in to comment.