From a73652a0e7f882945287a55e29ca15b1d08c400f Mon Sep 17 00:00:00 2001 From: "ADEBISI, Foluso A. (Dell-XPS)" Date: Mon, 3 Oct 2022 21:31:04 +0100 Subject: [PATCH] * [Breaking] Bump version to v1.1.0 --- .gitignore | 4 ++++ src/main/main.csproj | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f52183b..3c05a2d 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ \ No newline at end of file diff --git a/src/main/main.csproj b/src/main/main.csproj index 2190101..e5c4c06 100644 --- a/src/main/main.csproj +++ b/src/main/main.csproj @@ -4,18 +4,21 @@ false Paystack.Net PayStack API for .Net - 1.0.1 + 1.1.0 Adebisi Foluso A. PayStack.Net PayStack API for .Net Developers. - Since 2019 + Since 2016 MIT https://github.com/adebisi-fa/paystack-dotnet https://cdn-images-1.medium.com/fit/c/100/100/1*We_5HSqJAUVETQ7xgcJNQQ.png paystack-logo.png README.md + -- 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.