SFMC.FuelSDK 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SFMC.FuelSDK --version 1.1.0
NuGet\Install-Package SFMC.FuelSDK -Version 1.1.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="SFMC.FuelSDK" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SFMC.FuelSDK --version 1.1.0
#r "nuget: SFMC.FuelSDK, 1.1.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 SFMC.FuelSDK as a Cake Addin
#addin nuget:?package=SFMC.FuelSDK&version=1.1.0

// Install SFMC.FuelSDK as a Cake Tool
#tool nuget:?package=SFMC.FuelSDK&version=1.1.0

FuelSDK-CSharp

Salesforce Marketing Cloud Fuel SDK for C#

Overview

The Fuel SDK for C# provides easy access to Salesforce Marketing Cloud's Fuel API Family services, including a collection of REST APIs and a SOAP API. These APIs provide access to Salesforce Marketing Cloud functionality via common collection types.

New Features in Version 1.1.0

  • **Added support for your tenant's endpoints - More Details ๐Ÿ˜—* The user of the SDK can now configure them through a App.config file OR using the โ€œparametersโ€ ETClient constructor parameter as in the previous version of the SDK. The user of the SDK has to make a copy of the App.config.transform file which is found in the FuelSDK-CSharp folder, place it in the same folder and rename it to App.config. The structure of this file will be the following:

<configuration> <configSections> <section name=โ€œfuelSDKโ€ type=โ€œFuelSDK.FuelSDKConfigurationSection, FuelSDKโ€ /> </configSections> <fuelSDK appSignature=โ€œ<appSignature>โ€ clientId=โ€œ<clientId>โ€ clientSecret=โ€œ<clientSecret>โ€ authEndPoint=โ€œ<authenticationEndPoint>โ€ soapEndPoint=โ€œ<soapEndPoint>โ€ restEndPoint=โ€œ<restEndPoint>โ€ /> </configuration>

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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
1.3.0 59,036 8/6/2019
1.2.1 7,758 5/15/2019
1.2.0 579 5/8/2019
1.1.1 20,524 2/26/2019
1.1.0 2,993 11/19/2018
1.0.0 21,627 8/1/2017