Skip to content

Commit 993dd2a

Browse files
Bump version to 4.2.0
1 parent 11bc511 commit 993dd2a

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
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-1-0-0)](https://www.nuget.org/packages/Helix.TbcBank.EcommerceClient)
3+
[![Version](https://helix.ge/helix-tbcbank-ecommerceclient-nuget.svg?4-2-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

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
1+
v4.2.0
2+
- Add GooglePay and ApplePay support
3+
14
v4.1.0
25
- Downgrade to .NET Standard 2.0 to support .NET Framework
6+
37
v4.0.0
48
- 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)
59
- Adding 'RegisterPreAuthorizationAndGetReoccuringPaymentId' method (command "d").
610
- Adding 'ExecuteReoccurringPreAuthorizationAsync()' method (command "f").
711
- Note: Pre-authorization is the temporary amount blocking operation, which must be followed by a pre-authorization confirmation ('ExecutePreAuthorizationAsync()', command "t") or reversal operation ('ReverseTransactionAsync()', command "r"). In case none of them follow, the system by default will automatically delete the blocked amount after 30 working days. The block period is regulated by the card issuer (Issuer Bank). Pre-authorization can only be completed within 30 working days, follow the next commands to clarify.
12+
813
v3.2.0
914
- Optimize HTTP connection creation. Use singleton HttpClient per merchant
15+
1016
v3.1.0
1117
- Use command="p" instead of command="z" when the amount is 0 to conform to MasterCard regulations
18+
1219
v3.0.0
1320
- Added possibility to configure multiple merchants
1421
- Added integration with ASP.NET Core dependency injection
22+
1523
v2.5.0
1624
- Add legacy environment called LegacyProduction for merchants using old host securepay.ufc.ge
25+
1726
v2.4.0
1827
- Fix IsError and ErrorMessage values when exception occurs
1928

@@ -48,11 +57,10 @@ v1.3.0
4857
- ReocurringPaymentExpiry property of CheckTransactionResultResponse is now set to the last day of the month rather than the first day.
4958

5059
v1.2.0
51-
[Unreleases]
60+
[Unreleased]
5261

5362
v1.1.0
5463
- Bug fixes.
5564

56-
5765
v1.0.0
5866
- Initial release.

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.1.0.0</AssemblyVersion>
19-
<FileVersion>4.1.0.0</FileVersion>
20-
<Version>4.1.0</Version>
18+
<AssemblyVersion>4.2.0.0</AssemblyVersion>
19+
<FileVersion>4.2.0.0</FileVersion>
20+
<Version>4.2.0</Version>
2121
<Product>TBC Bank Ecommerce Card Payments Gateway Client (.NET Library)</Product>
2222
</PropertyGroup>
2323

0 commit comments

Comments
 (0)