Skip to content

Commit

Permalink
Version changes for MPAPI (#10)
Browse files Browse the repository at this point in the history
* commit Version change

* commit
  • Loading branch information
jayeshb1313 authored Sep 16, 2024
1 parent 5d1d91c commit be0f81b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PayFacMpSDK/PayFacMpSDK/PayFacMpSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageVersion>13.1.0</PackageVersion>
<PackageVersion>14.0.0</PackageVersion>
<Title>Vantiv.PayFacMpSdkForNet</Title>
<Authors>Worldpay</Authors>
<Copyright>Copyright © Worldpay 2020</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Vantiv.PayFacMpSdkForNet</PackageId>
<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.

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

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>
<PackageProjectUrl>https://github.com/Vantiv/payfac-mp-sdk-dotnet</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/Vantiv/payfac-mp-sdk-dotnet/blob/13.x/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl>https://github.com/Vantiv/payfac-mp-sdk-dotnet/blob/14.x/LICENSE</PackageLicenseUrl>
<PackageTags>Vantiv eCommerce payments</PackageTags>
</PropertyGroup>

Expand Down

0 comments on commit be0f81b

Please sign in to comment.