PayPalCoreSDK 1.6.2

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

// Install PayPalCoreSDK as a Cake Tool
#tool nuget:?package=PayPalCoreSDK&version=1.6.2

The PayPal Core SDK addresses the essential needs of the PayPal API caller:
Frequent and up-to-date releases: The PayPal Core SDK is available on NuGet, which translates as immediate SDK refreshes upon updates to PayPal APIs.
Simpler configuration: The PayPal Core SDK supports dynamic configuration. And also lets you manage your API credentials (supports multiple credentials), connectivity details, and service endpoints using a configuration file.
Compatibility: The PayPal Core SDK is optimized to support target .NET Frameworks 2.0, 3.5, 4.0, and 4.5.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.2 5,723 4/29/2015
1.6.1 3,896 4/22/2015
1.6.0 16,961 11/11/2014
1.5.2 1,331 10/23/2014
1.5.1 1,787 10/9/2014
1.5.0 1,959 9/9/2014
1.4.2 14,811 1/22/2014
1.4.1 10,976 9/27/2013
1.4.0 99 9/26/2013
1.3.5 5,611 9/11/2013
1.3.4 450 7/31/2013
1.3.3 264 7/24/2013
1.3.2 281 6/21/2013
1.3.1 319 5/30/2013
1.3.0 152 4/26/2013
1.2.0 170 3/27/2013
1.1.1 126 3/12/2013
1.0.1 91 2/12/2013
1.0.0 69 12/27/2012

### CHANGE LOG

#### v1.6.2 - April 29, 2015

 * Fix Issue #43 - Calls to check the X509 stores were incorrectly hard-coded to only check the CurrentUser store.

#### v1.6.1 - April 22, 2015

 * Fix compatibility with PayPal .NET SDK
 * Add X509Store support when loading cert if using certificate credentials

#### v1.6.0 - November 11, 2014

 * Re-added .NET 2.0 support
 * Added UserAgent to Classic SDK prehandlers

#### v1.5.2 - October 23, 2014

 * Fixed null exception being thrown for connection timeout errors

#### v1.5.1 - October 9, 2014

 * Fixed PUT and PATCH requests to send payload

#### v1.5.0 - September 9, 2014

 * Added future payments support
 * Dropped .NET 2.0 support

#### v1.4.3 - July 10, 2014

 * Fix for subject population issue on credentials.

#### v1.4.2 - January 16, 2014

 * Fix for OS exception when used in Microsoft Azure.

#### v1.4.1 - September 27, 2013

 * Support (Optimization) for target .NET Frameworks 2.0, 3.5, 4.0, and 4.5.

#### v1.4.0 - September 26, 2013

 * Updating core to support genio.

#### v1.3.5 - September 11, 2013

 * Adding new mandatory parameters - clientId and clientSecret to openid classes.
 * Added scope for [seamless checkout] (https://developer.paypal.com/webapps/developer/docs/integration/direct/log-in-with-paypal/detailed/#seamlesscheckout) in Session.GetRedirectUrl().

#### v1.3.4 - July 31, 2013

 * Updating version for Reauthorization functionality.

#### v1.3.3 - July 24, 2013

 * Updating version for REST User-Agent header for REST SDK bug fix (https://github.com/paypal/rest-api-sdk-dotnet/issues/7)

#### v1.3.2 - June 21, 2013

 * Fixing 500 internal service error with OAuth calls - Adding necessary Content-Type header.
 * Exposing HTTP response data in ConnectionException for non-200 responses.(#6)