connect-sdk-dotnet.StrongName 2.26.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package connect-sdk-dotnet.StrongName --version 2.26.0
NuGet\Install-Package connect-sdk-dotnet.StrongName -Version 2.26.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="2.26.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 2.26.0
#r "nuget: connect-sdk-dotnet.StrongName, 2.26.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=2.26.0

// Install connect-sdk-dotnet.StrongName as a Cake Tool
#tool nuget:?package=connect-sdk-dotnet.StrongName&version=2.26.0

Ingenico Connect .NET SDK

Introduction

The .NET SDK helps you to communicate with the Ingenico Connect Server API. It's 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

.NET Framework 4.5 is required. In addition, the following packages are required:

Installation

Release

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

Release (Strong-Named)

To install the latest .NET SDK release as a Strong-Named assembly, 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.StrongName

Source

To install the latest .NET SDK source in a solution, clone the repository, and add the file connect-sdk-dotnet.csproj to the current solution. On the project depending on the Ingenico Connect SDK, add a reference to the connect-sdk-dotnet project.

Note that you will need an IDE that supports version 6.0 of the C# language, such as Visual Studio 2015. Older versions will not be able to compile the SDK code, but they will be able to use the SDK as a dependency, e.g. through NuGet.

Building the repository

This repository uses Visual Studio 2015 or up to build. Open connect-sdk-dotnet.sln in Visual Studio, and click build.

Product Compatible and additional computed target framework versions.
.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. 
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 122 2/14/2024
3.46.0 117 1/16/2024
3.45.0 162 12/12/2023
3.44.0 151 10/26/2023
3.43.0 106 10/16/2023
3.42.0 153 8/11/2023
3.41.0 147 7/14/2023
3.40.0 140 6/28/2023
3.39.1 140 6/26/2023
3.39.0 126 5/16/2023
3.38.0 182 4/14/2023
3.37.0 162 4/11/2023
3.36.0 212 3/9/2023
3.35.0 232 2/3/2023
3.34.0 308 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,383 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 668 2/6/2019
2.30.0 755 1/17/2019
2.29.0 777 11/8/2018
2.28.0 742 10/30/2018
2.27.0 747 10/29/2018
2.26.0 769 10/18/2018