connect-sdk-dotnet
3.46.0
See the version list below for details.
dotnet add package connect-sdk-dotnet --version 3.46.0
NuGet\Install-Package connect-sdk-dotnet -Version 3.46.0
<PackageReference Include="connect-sdk-dotnet" Version="3.46.0" />
paket add connect-sdk-dotnet --version 3.46.0
#r "nuget: connect-sdk-dotnet, 3.46.0"
// Install connect-sdk-dotnet as a Cake Addin #addin nuget:?package=connect-sdk-dotnet&version=3.46.0 // Install connect-sdk-dotnet as a Cake Tool #tool nuget:?package=connect-sdk-dotnet&version=3.46.0
Ingenico Connect .NET SDK
Introduction
The .NET SDK helps you to communicate with the Ingenico Connect Server API. Its primary features are:
- convenient C# wrapper around the API calls and responses
- marshalls C# request objects to HTTP requests
- unmarshalls HTTP responses to C# response objects or C# exceptions
- handling of all the details concerning authentication
- handling of required meta data
Its use is demonstrated by an example for each possible call. The examples execute a call using the provided API keys.
See the Ingenico Connect Developer Hub for more information on how to use the SDK.
Structure of this repository
This repository consists out of four main components:
- The source code of the SDK itself:
/connect-sdk-dotnet
- The source code of the SDK unit tests:
/connect-sdk-dotnet-tests
- The source code of the example integration tests:
/connect-sdk-dotnet-it
- The source code of the example calls:
/connect-sdk-dotnet-examples
Requirements
The .NET SDK supports .NET Framework 4.5 and .NET Standard 2.0 and 2.1.
.NET Framework 4.5
When using .NET Framework 4.5, the following packages are rquired:
- Json.NET 13.0.1 or higher
- NLog 4.3.7 or higher
- System.Collections.Immutable 1.2.0 or higher
In addition, the following references are required, which are part of the .NET Framework:
- System.Configuration
- System.Net.Http
.NET Standard 2.0 and 2.1
When using .NET Standard 2.0 or 2.1, the following packages are rquired:
- Json.NET 13.0.1 or higher
- NLog 4.6.8 or higher
- System.Collections.Immutable 1.6.0 or higher
- System.Configuration.ConfigurationManager 4.6.0 or higher
Installation
Release
Package Manager
To install the latest .NET SDK release, run the following command in the Package Manager Console (Tools -> NuGet Package Manager -> Package Manager Console
) in Visual Studio:
PM> Install-Package connect-sdk-dotnet
.NET CLI
To install the latest .NET SDK release, run the following command:
dotnet add package connect-sdk-dotnet
Release (Strong-Named)
To install the latest .NET SDK release as a Strong-Named assembly, follow the instructions above but use connect-sdk-dotnet.StrongName
instead of connect-sdk-dotnet
.
Building the repository
This repository uses Visual Studio 2019 to build. Open connect-sdk-dotnet.sln
in Visual Studio, and click build.
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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. 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 | 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.5
- Newtonsoft.Json (>= 13.0.1)
- NLog (>= 4.3.7)
- System.Collections.Immutable (>= 1.2.0)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.1)
- NLog (>= 4.6.8)
- System.Collections.Immutable (>= 1.7.0)
- System.Configuration.ConfigurationManager (>= 4.7.0)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 13.0.1)
- NLog (>= 4.6.8)
- System.Collections.Immutable (>= 1.7.0)
- System.Configuration.ConfigurationManager (>= 4.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
3.47.0 | 5,337 | 2/14/2024 | |
3.46.0 | 1,859 | 1/16/2024 | |
3.45.0 | 600 | 12/12/2023 | |
3.44.0 | 1,561 | 10/26/2023 | |
3.43.0 | 208 | 10/16/2023 | |
3.42.0 | 3,089 | 8/11/2023 | |
3.41.0 | 1,659 | 7/14/2023 | |
3.40.0 | 268 | 6/28/2023 | |
3.39.1 | 2,292 | 6/26/2023 | |
3.39.0 | 708 | 5/16/2023 | |
3.38.0 | 441 | 4/14/2023 | |
3.37.0 | 286 | 4/11/2023 | |
3.36.0 | 2,693 | 3/9/2023 | |
3.35.0 | 1,308 | 2/3/2023 | |
3.34.0 | 4,623 | 12/2/2022 | |
3.33.0 | 4,964 | 10/6/2022 | |
3.32.0 | 6,500 | 7/4/2022 | |
3.31.0 | 1,676 | 5/31/2022 | |
3.30.1 | 789 | 4/25/2022 | |
3.30.0 | 2,380 | 2/17/2022 | |
3.29.0 | 604 | 1/25/2022 | |
3.28.0 | 615 | 1/12/2022 | |
3.27.0 | 765 | 11/23/2021 | |
3.26.0 | 378 | 11/8/2021 | |
3.25.0 | 663 | 10/7/2021 | |
3.24.0 | 7,486 | 8/3/2021 | |
3.23.0 | 456 | 7/20/2021 | |
3.22.0 | 1,123 | 6/24/2021 | |
3.21.0 | 809 | 6/9/2021 | |
3.20.0 | 3,910 | 4/9/2021 | |
3.19.0 | 1,037 | 3/3/2021 | |
3.18.1 | 2,216 | 1/22/2021 | |
3.18.0 | 1,063 | 12/11/2020 | |
3.17.0 | 4,226 | 10/5/2020 | |
3.16.0 | 684 | 9/18/2020 | |
3.15.0 | 913 | 9/3/2020 | |
3.14.0 | 628 | 8/11/2020 | |
3.13.0 | 605 | 7/24/2020 | |
3.12.0 | 4,562 | 6/15/2020 | |
3.11.0 | 615 | 6/4/2020 | |
3.10.0 | 18,310 | 5/19/2020 | |
3.9.1 | 989 | 4/30/2020 | |
3.9.0 | 549 | 4/28/2020 | |
3.8.0 | 838 | 4/7/2020 | |
3.7.0 | 9,464 | 3/10/2020 | |
3.6.0 | 907 | 2/20/2020 | |
3.5.1 | 2,408 | 10/24/2019 | |
3.5.0 | 1,436 | 9/30/2019 | |
3.4.0 | 4,763 | 8/30/2019 | |
3.3.0 | 1,935 | 8/8/2019 | |
3.2.0 | 2,071 | 7/15/2019 | |
3.1.0 | 691 | 7/4/2019 | |
3.0.0 | 1,089 | 6/21/2019 | |
2.36.0 | 1,049 | 6/7/2019 | |
2.35.0 | 755 | 5/28/2019 | |
2.34.0 | 1,457 | 5/3/2019 | |
2.33.0 | 8,221 | 3/20/2019 | |
2.32.0 | 2,402 | 3/5/2019 | |
2.31.0 | 875 | 2/6/2019 | |
2.30.0 | 1,166 | 1/17/2019 | |
2.29.0 | 1,125 | 11/8/2018 | |
2.28.0 | 875 | 10/30/2018 | |
2.27.0 | 867 | 10/24/2018 | |
2.26.0 | 938 | 10/9/2018 | |
2.25.0 | 1,212 | 9/26/2018 | |
2.24.0 | 1,664 | 9/5/2018 | |
2.23.0 | 2,468 | 8/17/2018 | |
2.22.0 | 1,382 | 7/12/2018 | |
2.21.0 | 1,200 | 6/7/2018 | |
2.20.0 | 1,238 | 5/7/2018 | |
2.19.0 | 1,144 | 4/5/2018 | |
2.18.0 | 1,881 | 1/30/2018 | |
2.17.0 | 1,128 | 1/15/2018 | |
2.16.0 | 1,121 | 12/18/2017 | |
2.15.0 | 1,432 | 12/6/2017 | |
2.14.0 | 1,017 | 11/25/2017 | |
2.13.0 | 1,673 | 11/10/2017 | |
2.12.1 | 1,170 | 11/1/2017 | |
2.12.0 | 1,011 | 10/31/2017 | |
2.11.1 | 6,219 | 10/11/2017 | |
2.11.0 | 1,012 | 9/27/2017 | |
2.10.0 | 1,091 | 9/15/2017 | |
2.9.0 | 1,154 | 9/8/2017 | |
2.8.0 | 997 | 9/6/2017 | |
2.7.0 | 1,877 | 8/4/2017 | |
2.6.0 | 1,125 | 6/27/2017 | |
2.5.1 | 2,550 | 4/26/2017 | |
2.5.0 | 1,064 | 4/18/2017 | |
2.4.0 | 1,216 | 3/23/2017 | |
2.3.0 | 1,145 | 3/9/2017 | |
2.2.0 | 1,553 | 2/13/2017 | |
2.1.0 | 1,839 | 12/20/2016 | |
2.0.0 | 1,072 | 11/17/2016 | |
1.1.0 | 1,278 | 10/5/2016 | |
1.0.1 | 1,627 | 9/27/2016 |