Skip to content

Commit

Permalink
Version bumped, release note, & Nuget meta update
Browse files Browse the repository at this point in the history
  • Loading branch information
adebisi-fa committed Mar 25, 2019
1 parent 7188ef1 commit 093bcf1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/main/main.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageId>Paystack.Net</PackageId>
<Title>PayStack API for .Net</Title>
<Version>0.7.2</Version>
<Version>0.7.3</Version>
<Authors>Adebisi Foluso A.</Authors>
<Company />
<Product>PayStack.Net</Product>
<Description>PayStack API for .Net Developers.</Description>
<Copyright>Copyright 2016</Copyright>
<PackageLicenseUrl>https://github.com/adebisi-fa/paystack-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>Copyright 2019</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>
<PackageReleaseNotes>
-- v0.7.3 --
* Bug fix. Transaction's ChargeAuthorization method included (big thanks to Aghogho Bernard - @teghoz)
* Transaction's CheckAuthorization and RequestReauthorization methods now included.
* Expose more query params to the Transaction's Export method.

-- v0.7.2 --
* Bug fix. Charge.Data field Url
* All response types now implements IHasRawResponse interface. This introduces 'RawJson' property which contains the raw server's JSON response.
Expand Down

0 comments on commit 093bcf1

Please sign in to comment.