Skip to content

Commit

Permalink
* [Breaking] Bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adebisi-fa committed Oct 3, 2022
1 parent 5c91cfe commit a73652a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,7 @@ paket-files/
/src/main/nuget/lib/net45/XtremeIT.Library.Pins.dll
/src/main/nuget/lib/net45/PayStack.Net.dll
/src/main/nuget.exe

# Release codename generator
# https://www.imprima.com/resources/project-name-generator
# https://www.codenamegenerator.com/
7 changes: 5 additions & 2 deletions src/main/main.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageId>Paystack.Net</PackageId>
<Title>PayStack API for .Net</Title>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<Authors>Adebisi Foluso A.</Authors>
<Company />
<Product>PayStack.Net</Product>
<Description>PayStack API for .Net Developers.</Description>
<Copyright>Since 2019</Copyright>
<Copyright>Since 2016</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/adebisi-fa/paystack-dotnet</PackageProjectUrl>
<PackageIconUrl>https://cdn-images-1.medium.com/fit/c/100/100/1*We_5HSqJAUVETQ7xgcJNQQ.png</PackageIconUrl>
<PackageIcon>paystack-logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
-- v1.1.0 --
* [Breaking] Update transaction ID from Int32 (int) to Int64 (long). (Thanks @teghoz!)

-- v1.0.1 --
* Fix: Clean-up URL for Type-less API calls.

Expand Down

0 comments on commit a73652a

Please sign in to comment.