Skip to content

Commit

Permalink
Raise of the project version to 1.4.0.
Browse files Browse the repository at this point in the history
Fix of the [Issue #2](#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.
  • Loading branch information
marazt committed Mar 17, 2019
1 parent 71d9f52 commit 41cb856
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Sdk/Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<RepositoryType>git</RepositoryType>
<PackageTags>payment; gateway, payment gateway; sdk; gpwebpay;</PackageTags>
<PackageReleaseNotes>Added error values for PR and SR codes to have better error request reason for better debugging.</PackageReleaseNotes>
<Version>1.3.3</Version>
<AssemblyVersion>1.3.3.0</AssemblyVersion>
<FileVersion>1.3.2.0</FileVersion>
<Version>1.4.0</Version>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<FileVersion>1.4.0.0</FileVersion>
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageIconUrl>https://github.com/marazt/gpwebpay-net/blob/master/logo.png</PackageIconUrl>
Expand Down

0 comments on commit 41cb856

Please sign in to comment.