PayPalPermissionsSDK 2.7.109

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

// Install PayPalPermissionsSDK as a Cake Tool
#tool nuget:?package=PayPalPermissionsSDK&version=2.7.109

The PayPal Permissions SDK provides the following:
GetPermissions API Operation: Use the GetPermissons API operation to obtain the permissions associated with an access token.
RequestPermissions API Operation: Use the RequestPermissions API operation to request permissions to execute API operations on a PayPal account holder’s behalf.
CancelPermissions API Operation: Use the CancelPermissions API operation to cancel access to a set of permissions.

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.7.109 1,069 4/22/2015
2.6.109 1,845 11/11/2014
2.5.109 379 9/10/2014
2.4.109 1,204 11/15/2013
2.3.106 69 8/22/2013
2.2.101 77 4/30/2013
2.2.100 62 3/27/2013
2.1.96 50 12/27/2012

Version 2.7.109 - April 2, 2015

- Updated Core SDK dependency

--------------------------------------------------------------------------------------------------
Version 2.6.109 - November 11, 2014

- Updated Core SDK dependency

--------------------------------------------------------------------------------------------------
Version 2.5.109 - September 10, 2014

- NuGet dependency fix

You can see source code of this release in github under https://github.com/paypal/permissions-sdk-dotnet/tree/v2.5.109.
--------------------------------------------------------------------------------------------------
Version 2.4.109 - November 07, 2013

- Updated stubs
- Updated new version of core SDK.

You can see source code of this release in github under https://github.com/paypal/permissions-sdk-dotnet/tree/v2.4.109.
--------------------------------------------------------------------------------------------------
Version 2.3.106 - August 22, 2013

- Updated samples to showcase dynamic configuration.

You can see source code of this release in github under https://github.com/paypal/permissions-sdk-dotnet/tree/v2.3.106.
--------------------------------------------------------------------------------------------------
Version 2.2.101 - April 30, 2013

- Updated core dll.

You can see source code of this release in github under https://github.com/paypal/permissions-sdk-dotnet/tree/v2.2.101.
--------------------------------------------------------------------------------------------------
Version 2.2.100 - March 25, 2013

- Updated stubs for 100 release
- Added dynamic configuration support by passing configuration parameters using hash map.
- Added intellisense support.

You can see source code of this release in github under https://github.com/paypal/permissions-sdk-dotnet/tree/v2.2.100.
--------------------------------------------------------------------------------------------------
Version 2.1.96 - December 14, 2012

- Added support for Instant Payment Notification (Refer IPN-README.md for more details)
- Added new feature for supporting multiple endpoints based on portname for using different sdks together.
- Fixes for serialization issue (https://github.com/paypal/merchant-sdk-java/issues/1)

You can see source code of this release in github under https://github.com/paypal/permissions-sdk-dotnet/tree/v2.1.96.
--------------------------------------------------------------------------------------------------

Version 2.0.96 - November 28, 2012

- SDK refreshed to Release 96
   - Added support for passing in credentials dynamically for Authentication, now the call
     wrappers have an argument for passing credentials
   - New type ThirdPartyAuthorization has been added to support Subject and Token based Authorizations. The earlier
     setAccessToken and setTokenSecret have been deprecated. You can set an instance of ThirdPartyAuthorization to an
     ICredntial and pass ICredential as a parameter to  API call
   - DOTNET code Refactoring bug fixed (refer : https://github.com/paypal/SDKs/issues/34)
--------------------------------------------------------------------------------------------------


Version 1.2.95 - September 28, 2012

- Updated SDK sample
- Assembly files are updated with assembly versions.(https://github.com/paypal/SDKs/issues/18)
--------------------------------------------------------------------------------------------------


Version 1.1.93 - August 13, 2012

- SDK Core - Deserialization Logic Change
--------------------------------------------------------------------------------------------------


Version 1.0.92 - July 30, 2012

- Stable release
--------------------------------------------------------------------------------------------------


Version 0.8.92 - July 17, 2012
   - wsdl update version 0.8.92
------------------------------------------
version 0.8.88 - July 11, 2012
   - Nant script added for SDK automation.
--------------------------------------------
version 0.7.88 - 13/04/2012
 - wsdl update version 88.0  
--------------------------------------------
Version 0.6 - 10/05/2011
   - new release
--------------------------------------------