Kantar.KDP.SDK.Core 1.5.0

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

// Install Kantar.KDP.SDK.Core as a Cake Tool
#tool nuget:?package=Kantar.KDP.SDK.Core&version=1.5.0

SDK to allow you to access the Kantar Development Platform (KDP) from your .NET applications

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 (1)

Showing the top 1 NuGet packages that depend on Kantar.KDP.SDK.Core:

Package Downloads
Kantar.KDP.SDK.Owin

Owin authentication layer for KDP

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 4,447 9/12/2016
1.4.2 1,540 9/8/2016
1.4.0 2,891 7/25/2016
1.3.0 1,313 7/1/2016
1.2.0 2,515 5/9/2016

Checkout the github-wiki at the project URL for documentation.
     Version 1.5 - KDPClient no longer inherit from HttpClient, only one HttpClient is created to reuse tcp connections
     Version 1.4 - Added country and country code to users
     Version 1.3
     * Non-async calling context  fixed
     * Identity claim handling methods now in core
     * HasPermission extensions methods for identity and claims list
     Version 1.2 - Fix anti-forgery token, fix OWIN linkage to configuration patches
     Version 1.1 - Improved web and app.config auto configuration
     Version 1.0.1 - Revamped the SDK to provide more abstraction and all services KDP offers