connect-sdk-dotnet.StrongName 3.47.0

Suggested Alternatives

Worldline.Connect.Sdk.StrongName 4.0.0

Additional Details

This SDK has been rebranded to Worldline, and is now available as package Worldline.Connect.Sdk.StrongName.

dotnet add package connect-sdk-dotnet.StrongName --version 3.47.0
NuGet\Install-Package connect-sdk-dotnet.StrongName -Version 3.47.0
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="connect-sdk-dotnet.StrongName" Version="3.47.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add connect-sdk-dotnet.StrongName --version 3.47.0
#r "nuget: connect-sdk-dotnet.StrongName, 3.47.0"
#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 connect-sdk-dotnet.StrongName as a Cake Addin
#addin nuget:?package=connect-sdk-dotnet.StrongName&version=3.47.0

// Install connect-sdk-dotnet.StrongName as a Cake Tool
#tool nuget:?package=connect-sdk-dotnet.StrongName&version=3.47.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:

  1. The source code of the SDK itself: /connect-sdk-dotnet
  2. The source code of the SDK unit tests: /connect-sdk-dotnet-tests
  3. The source code of the example integration tests: /connect-sdk-dotnet-it
  4. 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:

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:

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 118 2/14/2024
3.46.0 115 1/16/2024
3.45.0 160 12/12/2023
3.44.0 149 10/26/2023
3.43.0 104 10/16/2023
3.42.0 151 8/11/2023
3.41.0 145 7/14/2023
3.40.0 138 6/28/2023
3.39.1 138 6/26/2023
3.39.0 124 5/16/2023
3.38.0 180 4/14/2023
3.37.0 160 4/11/2023
3.36.0 210 3/9/2023
3.35.0 230 2/3/2023
3.34.0 306 12/2/2022
3.33.0 344 10/6/2022
3.32.0 398 7/4/2022
3.31.0 400 5/31/2022
3.30.1 425 4/25/2022
3.30.0 427 2/17/2022
3.29.0 438 1/25/2022
3.28.0 435 1/12/2022
3.27.0 574 11/23/2021
3.26.0 322 11/8/2021
3.25.0 338 10/7/2021
3.24.0 334 8/3/2021
3.23.0 286 7/20/2021
3.22.0 341 6/24/2021
3.21.0 345 6/9/2021
3.20.0 364 4/9/2021
3.19.0 1,249 3/3/2021
3.18.1 400 1/22/2021
3.18.0 421 12/11/2020
3.17.0 442 10/5/2020
3.16.0 434 9/18/2020
3.15.0 451 9/3/2020
3.14.0 469 8/11/2020
3.13.0 431 7/24/2020
3.12.0 461 6/15/2020
3.11.0 468 6/4/2020
3.10.0 466 5/19/2020
3.9.1 483 4/30/2020
3.9.0 442 4/28/2020
3.8.0 460 4/7/2020
3.7.0 445 3/10/2020
3.6.0 552 2/20/2020
3.5.1 591 10/24/2019
3.5.0 577 9/30/2019
3.4.0 581 8/30/2019
3.3.0 663 8/8/2019
3.2.0 564 7/15/2019
3.1.0 537 7/4/2019
3.0.0 593 6/21/2019
2.36.0 624 6/7/2019
2.35.0 617 5/28/2019
2.34.0 630 5/3/2019
2.33.0 621 3/20/2019
2.32.0 643 3/5/2019
2.31.0 666 2/6/2019
2.30.0 753 1/17/2019
2.29.0 775 11/8/2018
2.28.0 740 10/30/2018
2.27.0 745 10/29/2018
2.26.0 765 10/18/2018