Skip to content

Commit 0b75209

Browse files
Promoting changes to upgrade 'SSH.NET' (#74)
Co-authored-by: e5651806 <[email protected]>
1 parent a5ea801 commit 0b75209

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

22
= Worldpay CNP CHANGELOG
3+
==Change Log for 12.40.1(November 08,2024)
4+
* Change: [cnpAPI v12.40.1] Changing Renci.SshNet library version from 2016.1.0 to 2020.0.2
5+
36
==Change Log for 12.40(October 16,2024)
47
* Change: [cnpAPI v12.40] In authorization,sale and captureGivenAuth request new elements added-> 'typeOfDigitalCurrency' and 'conversionAffiliateId'.
58
* Change: [cnpAPI v12.40] In existing simple type transactionAmountType range added between minInclusive value -999999999999 and maxInclusive value 999999999999

CnpSdkForNet/CnpSdkForNet/CnpSdkForNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<SignAssembly>true</SignAssembly>
55
<AssemblyOriginatorKeyFile>dotNetSDKKey.snk</AssemblyOriginatorKeyFile>
6-
<PackageVersion>12.40.0</PackageVersion>
6+
<PackageVersion>12.40.1</PackageVersion>
77
<Title>Vantiv.CnpSdkForNet</Title>
88
<Authors>FIS</Authors>
99
<Copyright>Copyright © FIS 2020</Copyright>
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="SSH.NET" Version="2016.1.0" />
23+
<PackageReference Include="SSH.NET" Version="2020.0.2" />
2424
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0" />
2525
<PackageReference Include="System.Net.Http" Version="4.3.4" />
2626
</ItemGroup>

CnpSdkForNet/CnpSdkForNet/CnpVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Cnp.Sdk
88
*/
99
public class CnpVersion
1010
{
11-
public const String CurrentCNPXMLVersion = "12.40";
12-
public const String CurrentCNPSDKVersion = "12.40.0";
11+
public const String CurrentCNPXMLVersion = "12.40.1";
12+
public const String CurrentCNPSDKVersion = "12.40.1";
1313
}
1414
}

0 commit comments

Comments
 (0)