From 41cb8566d1270fed38a13827b5d1001642660bd2 Mon Sep 17 00:00:00 2001 From: Marek Polak Date: Sun, 17 Mar 2019 19:30:04 +0100 Subject: [PATCH] Raise of the project version to 1.4.0. Fix of the [Issue #2](https://github.com/marazt/gpwebpay-net/issues/2). Set numeric values (OrderNumber, Amount) and constants to unsigned types to have bigger positive range and remove possibility to set negative values that have no sense here. --- README.md | 14 ++++++++++++-- Sdk/Sdk.csproj | 6 +++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5ed8824..56550fb 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,22 @@ has different assemblies for working with ceritficates. ### Version -- **Version 1.3.3** - 2018-10-18 +- **Version 1.4.0** - 2019-03-16 + + + +### Relese Notes + +#### Version 1.4.0 + +- Fix of the [Issue #2](https://github.com/marazt/gpwebpay-net/issues/2). Set numeric values (OrderNumber, Amount) and constants to unsigned types to have bigger positive range and remove possibility to set negative values that have no sense here. + + ### Getting Started/Installing ``` -Install-Package GPWebpayNet.Sdk -Version 1.3.3 +Install-Package GPWebpayNet.Sdk -Version 1.4.0 ``` ### .NET Framework Support diff --git a/Sdk/Sdk.csproj b/Sdk/Sdk.csproj index 81a2874..3cfeccb 100644 --- a/Sdk/Sdk.csproj +++ b/Sdk/Sdk.csproj @@ -15,9 +15,9 @@ git payment; gateway, payment gateway; sdk; gpwebpay; Added error values for PR and SR codes to have better error request reason for better debugging. - 1.3.3 - 1.3.3.0 - 1.3.2.0 + 1.4.0 + 1.4.0.0 + 1.4.0.0 true https://github.com/marazt/gpwebpay-net/blob/master/logo.png