MasterCard-Core-Unofficial 101.1.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package MasterCard-Core-Unofficial --version 101.1.11
NuGet\Install-Package MasterCard-Core-Unofficial -Version 101.1.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MasterCard-Core-Unofficial" Version="101.1.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MasterCard-Core-Unofficial --version 101.1.11
#r "nuget: MasterCard-Core-Unofficial, 101.1.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MasterCard-Core-Unofficial as a Cake Addin
#addin nuget:?package=MasterCard-Core-Unofficial&version=101.1.11

// Install MasterCard-Core-Unofficial as a Cake Tool
#tool nuget:?package=MasterCard-Core-Unofficial&version=101.1.11

This is a duplication of MasterCard-Core, but has compatibility to .NET Core.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MasterCard-Core-Unofficial:

Package Downloads
MasterCard-Match-Unofficial

This is a duplication of MasterCard-Match, but has compatibility to .NET Core.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
101.1.12 2,171 11/14/2016
101.1.11 1,285 11/11/2016
101.1.10 1,216 11/10/2016
101.1.9 1,326 11/7/2016
101.1.8 1,270 11/7/2016
101.1.7 1,588 11/3/2016
101.1.6 1,309 10/21/2016
1.1.4 1,283 9/27/2016

101.1.11 - More bug fixes
101.1.10 - Fixed bug in IndividualApiConfig
101.1.9 - modified OAuthAuthentication to accept the private key data via a byte array
101.1.8 - Added IndividualApiConfig
101.1.7 - Added StatusCode to ApiException
101.1.6 - Added the ability to parse xml responses for when the API does not support a JSON response.
101.1.5 - Added ability to parse XML repsonses.
1.1.4 - Duplication of original code modified to work with .Net Core.