Skip to content

Commit

Permalink
Bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adebisi-fa committed Aug 20, 2022
1 parent 4f29162 commit d037f01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# PayStack API for .Net
This library makes it easy to consume the [Payment API](http://developers.paystack.co/docs) from .Net projects.

## What's new in 1.0.0 !
Simply, 100% API coverage!
## What's new in 1.0.x !
100% API coverage, simply!

With this update, all Paystack APIs are now available via the **Type-less** API, exposed directly on `PayStackApi`. This makes it possible to call **new** or **existing** endpoints previously not suppported via this library's Typed API.

Expand Down
5 changes: 4 additions & 1 deletion src/main/main.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageId>Paystack.Net</PackageId>
<Title>PayStack API for .Net</Title>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Adebisi Foluso A.</Authors>
<Company />
<Product>PayStack.Net</Product>
Expand All @@ -16,6 +16,9 @@
<PackageIcon>paystack-logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
-- v1.0.1 --
* Fix: Clean-up URL for Type-less API calls.

-- v1.0.0 --
* Feat: 100% API coverage (via the Type-less API)
* Bug fix: Closes #21 (Thanks @thrizy, sorry it took so long!)
Expand Down

0 comments on commit d037f01

Please sign in to comment.