MasterCard-Core-Unofficial
101.1.12
dotnet add package MasterCard-Core-Unofficial --version 101.1.12
NuGet\Install-Package MasterCard-Core-Unofficial -Version 101.1.12
<PackageReference Include="MasterCard-Core-Unofficial" Version="101.1.12" />
paket add MasterCard-Core-Unofficial --version 101.1.12
#r "nuget: MasterCard-Core-Unofficial, 101.1.12"
// Install MasterCard-Core-Unofficial as a Cake Addin #addin nuget:?package=MasterCard-Core-Unofficial&version=101.1.12 // Install MasterCard-Core-Unofficial as a Cake Tool #tool nuget:?package=MasterCard-Core-Unofficial&version=101.1.12
This is a duplication of MasterCard-Core, but has compatibility to .NET Core.
Product | Versions 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. |
-
.NETFramework 4.6.1
- log4net (>= 2.0.5)
- Microsoft.Extensions.Logging (>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Logging.Debug (>= 1.0.0)
- Newtonsoft.Json (>= 9.0.1)
- RestSharp (>= 105.2.3)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Runtime.Serialization.Formatters (>= 4.0.0-rc3-24212-01)
- System.Security.Cryptography.Csp (>= 4.0.0)
- System.Xml.XDocument (>= 4.0.11)
- System.Xml.XmlDocument (>= 4.0.1)
-
.NETStandard 1.6
- Microsoft.Extensions.Logging (>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Logging.Debug (>= 1.0.0)
- NETStandard.Library (>= 1.6.0)
- Newtonsoft.Json (>= 9.0.1)
- RestSharp.NetCore (>= 105.2.4-rc4-24214-01)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Runtime (>= 4.1.0)
- System.Runtime.Serialization.Formatters (>= 4.0.0-rc3-24212-01)
- System.Security.Cryptography.Csp (>= 4.0.0)
- System.Xml.XDocument (>= 4.0.11)
- System.Xml.XmlDocument (>= 4.0.1)
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.
101.1.12 - Added X509KeyStorageFlags argument to the OAuth Authentication constructor to allow for a fix for Azure Web Apps <http://blog.tylerdoerksen.ca/2015/11/29/pfx-certificate-files-and-azure-web-apps/>
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.