Skip to content

Commit 14bb388

Browse files
authored
Update Package_version (#16)
* commit changes * Commit test validation * Updated Package_Version
1 parent 2f0ad50 commit 14bb388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PayFacMpSDK/PayFacMpSDK/PayFacMpSDK.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<PackageVersion>15.0.0</PackageVersion>
5+
<PackageVersion>15.0.1</PackageVersion>
66
<Title>Vantiv.PayFacMpSdkForNet</Title>
77
<Authors>Worldpay</Authors>
88
<Copyright>Copyright © Worldpay 2020</Copyright>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
<PackageId>Vantiv.PayFacMpSdkForNet</PackageId>
1111
<Description>The PayFac Merchant Provisioner SDK is a C# implementation of the Worldpay PayFac Merchant Provisioner API. This SDK was created to make it as easy as possible to perform operations that allows you to create and update Legal Entities and Sub-merchants, as well as retrieve information about existing Legal Entities and Sub-merchants in near real-time. This SDK utilizes the HTTPS protocol to securely connect to Worldpay. Using the SDK requires coordination with the Vantiv eCommerce team in order to be provided with credentials for accessing our systems.
1212

13-
Each .NET SDK release supports all of the functionality present in the associated PayFac Merchant Provisioner API version (e.g., SDK v15.0.0 supports API v15.0.0). Please see our documentation for PayFac Merchant Provisioner API to get more details on what operations are supported.
13+
Each .NET SDK release supports all of the functionality present in the associated PayFac Merchant Provisioner API version (e.g., SDK v15.0.1 supports API v15.0.1). Please see our documentation for PayFac Merchant Provisioner API to get more details on what operations are supported.
1414

1515
This SDK is implemented to support the .NET plaform, including C#, VB.NET and Managed C++ and is created by Worldpay. Its intended use is for PayFac API operations with Worldpay.</Description>
1616
<PackageProjectUrl>https://github.com/Vantiv/payfac-mp-sdk-dotnet</PackageProjectUrl>

0 commit comments

Comments
 (0)