Skip to content

Commit 7da6ade

Browse files
Bump version to 4.1.0
1 parent 4d73176 commit 7da6ade

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TBC Bank E-Commerce Card Payments Gateway Client (.NET Library)
22

3-
[![Version](https://helix.ge/helix-tbcbank-ecommerceclient-nuget.svg?4-0-0-1)](https://www.nuget.org/packages/Helix.TbcBank.EcommerceClient)
3+
[![Version](https://helix.ge/helix-tbcbank-ecommerceclient-nuget.svg?4-1-0-0)](https://www.nuget.org/packages/Helix.TbcBank.EcommerceClient)
44

55
[Helix.TbcBank.EcommerceClient](https://www.nuget.org/packages/Helix.TbcBank.EcommerceClient) is a .NET client library for using TBC Bank e-commerce visa and master card payments gateway .
66

RELEASE-NOTES.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v4.1.0
2+
- Downgrade to .NET Standard 2.0 to support .NET Framework
13
v4.0.0
24
- Adding required initiator parameter introduced by the TBC regulation: When the merchant has to cut a certain amount from the client on any given date without the client's approval, it is necessary for the merchant to add an additional parameter (initiator = merchant)
35
- Adding 'RegisterPreAuthorizationAndGetReoccuringPaymentId' method (command "d").

Solution/TbcBank.EcommerceClient/TbcBank.EcommerceClient.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<PackageIcon>helix.png</PackageIcon>
1616
<PackageIconUrl />
1717
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
18-
<AssemblyVersion>4.0.0.0</AssemblyVersion>
19-
<FileVersion>4.0.0.0</FileVersion>
20-
<Version>4.0.0</Version>
18+
<AssemblyVersion>4.1.0.0</AssemblyVersion>
19+
<FileVersion>4.1.0.0</FileVersion>
20+
<Version>4.1.0</Version>
2121
<Product>TBC Bank Ecommerce Card Payments Gateway Client (.NET Library)</Product>
2222
</PropertyGroup>
2323

0 commit comments

Comments
 (0)