Skip to content

Commit

Permalink
Promoting changes to upgrade 'SSH.NET' (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: e5651806 <[email protected]>
  • Loading branch information
SushamaGhadage0310 and Sushamaghadage123 authored Nov 8, 2024
1 parent a5ea801 commit 0b75209
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

= Worldpay CNP CHANGELOG
==Change Log for 12.40.1(November 08,2024)
* Change: [cnpAPI v12.40.1] Changing Renci.SshNet library version from 2016.1.0 to 2020.0.2

==Change Log for 12.40(October 16,2024)
* Change: [cnpAPI v12.40] In authorization,sale and captureGivenAuth request new elements added-> 'typeOfDigitalCurrency' and 'conversionAffiliateId'.
* Change: [cnpAPI v12.40] In existing simple type transactionAmountType range added between minInclusive value -999999999999 and maxInclusive value 999999999999
Expand Down
4 changes: 2 additions & 2 deletions CnpSdkForNet/CnpSdkForNet/CnpSdkForNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>dotNetSDKKey.snk</AssemblyOriginatorKeyFile>
<PackageVersion>12.40.0</PackageVersion>
<PackageVersion>12.40.1</PackageVersion>
<Title>Vantiv.CnpSdkForNet</Title>
<Authors>FIS</Authors>
<Copyright>Copyright © FIS 2020</Copyright>
Expand All @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SSH.NET" Version="2016.1.0" />
<PackageReference Include="SSH.NET" Version="2020.0.2" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions CnpSdkForNet/CnpSdkForNet/CnpVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Cnp.Sdk
*/
public class CnpVersion
{
public const String CurrentCNPXMLVersion = "12.40";
public const String CurrentCNPSDKVersion = "12.40.0";
public const String CurrentCNPXMLVersion = "12.40.1";
public const String CurrentCNPSDKVersion = "12.40.1";
}
}

0 comments on commit 0b75209

Please sign in to comment.