PayPal 1.0.0-beta

This is a prerelease version of PayPal.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package PayPal --version 1.0.0-beta
NuGet\Install-Package PayPal -Version 1.0.0-beta
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="PayPal" Version="1.0.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PayPal --version 1.0.0-beta
#r "nuget: PayPal, 1.0.0-beta"
#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 PayPal as a Cake Addin
#addin nuget:?package=PayPal&version=1.0.0-beta&prerelease

// Install PayPal as a Cake Tool
#tool nuget:?package=PayPal&version=1.0.0-beta&prerelease

PayPal SDK provides quick and easy access to the PayPal REST API services.  NOTE: This package is intended to replace the older PayPal REST API SDK for .NET package.

For users who are upgrading to this version from the older, PayPal REST API SDK for .NET, please refer to the Upgrade Instructions on GitHub: https://github.com/paypal/PayPal-NET-SDK/tree/develop#upgrade-instructions

PayPal .NET SDK on GitHub: https://github.com/paypal/PayPal-NET-SDK
PayPal REST API Documentation: https://developer.paypal.com/docs/api/

Product Compatible and additional computed target framework versions.
.NET Framework 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.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on PayPal:

Package Downloads
Kentico.Libraries The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The runtime assemblies for libraries and applications that use Kentico API.

Kentico.Xperience.Libraries The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The runtime assemblies for libraries and applications that use Kentico Xperience API.

OO.WebInfrastructure

Web application infrastructure types and implementations for EasyDataCore infrastructure

Microsoft.AspNet.WebHooks.Receivers.Paypal The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides support for receiving WebHooks from Paypal using the Paypal .NET SDK, see "https://www.nuget.org/packages/PayPal". For information about Paypal WebHooks, see "https://developer.paypal.com/webapps/developer/docs/integration/direct/rest-webhooks-overview/".

HappyCode.Core

Package Description

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on PayPal:

Repository Stars
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
aspnet/AspNetWebHooks
Libraries to create and consume web hooks on ASP.NET 4.x (Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.)
dimatrubca/book-exchange-app
ASP.NET Core Web API with React, Entity Framework, Elasticsearch, Paypal integration
Version Downloads Last updated
2.0.0-rc2 1,106,591 4/12/2018
2.0.0-rc1 3,140 2/9/2018
2.0.0-beta00 15,080 1/12/2018
1.9.1 1,898,880 10/23/2017
1.9.0 67,420 9/5/2017
1.8.0 1,266,481 11/3/2016
1.7.4 78,074 7/21/2016
1.7.3 107,950 2/25/2016
1.7.2 28,352 12/21/2015
1.7.1 18,287 12/1/2015
1.7.0 20,100 11/11/2015
1.6.0 9,756 9/25/2015
1.5.0 50,307 6/17/2015
1.4.4 5,614 6/2/2015
1.4.3 3,529 5/20/2015
1.4.2 4,424 4/29/2015
1.4.1 3,179 4/22/2015
1.4.0 38,531 2/27/2015
1.3.1 13,833 2/9/2015
1.3.0 5,782 1/29/2015
1.2.2 4,616 1/15/2015
1.2.1 3,633 1/6/2015
1.2.0 5,954 12/31/2014
1.1.0 50,454 12/15/2014
1.0.0 3,815 12/3/2014

PayPal .NET SDK release notes
=============================

## v1.0.0
* Integrated PayPal Core SDK
* Renamed projects and binaries
* Removed .NET 3.5 support
* Added .NET 4.5.1 support
* Updated Invoice support
* Updated samples

## v0.11.0
* Added billing plans and agreements support

## v0.10.0
* Added payment experience support

## v0.9.0
* Added order support

## v0.8.0
* Added future payment support

## v0.7.8
* Fixed NuGet package dependency listing for PayPal Core

## v0.7.7
* Added Invoice API support.
* Added constructor for getting Payer ID.

## v0.7.6
* Fixed core reference.

## v0.7.5
* Updated new version of core SDK.

## v0.7.4
* Updated new version of core SDK.
* Added support for multiple target .NET frameworks.

## v0.7.3
* Added support for Reauthorization.

## v0.7.2
* Fixed bug for extended types in stubs #7.

## v0.7.1
* Bug fix release for "internal server error" issues in OAuth calls.

## v0.7.0
* Added support for Auth and Capture APIs
* Types Modified to match the API Spec

## v0.6.0
* Added support for dynamic configuration of SDK (Upgraded sdk-core-dotnet dependency to V1.3.0)
* Deprecated the setCredential method and changed resource class methods to take an ApiContext argument instead of an OauthTokenCredential argument

## v0.5.2
* Initial Release