Skip to content

Commit

Permalink
Increase version number to 4.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viincenttt committed Jul 7, 2024
1 parent a60ac05 commit 7ba1bcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Mollie.Api/Mollie.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<Product>Mollie Payment API</Product>
<PackageProjectUrl>https://github.com/Viincenttt/MollieApi</PackageProjectUrl>
<PackageTags>Mollie</PackageTags>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<FileVersion>4.1.0.0</FileVersion>
<PackageVersion>4.1.0.0</PackageVersion>
<AssemblyVersion>4.2.0.0</AssemblyVersion>
<FileVersion>4.2.0.0</FileVersion>
<PackageVersion>4.2.0.0</PackageVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand All @@ -25,7 +25,7 @@
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand All @@ -41,4 +41,4 @@
<_Parameter1>Mollie.Tests.Integration</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
</Project>
</Project>

0 comments on commit 7ba1bcb

Please sign in to comment.