Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tmacharia committed May 13, 2019
2 parents eedefee + cc1c68e commit abb564c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# PayPal MultiFramework SDK
<p align="center">
<img height="100" src="https://cross-border-magazine.com/wp-content/uploads/2018/06/paypal.png"
alt="PayPal logo" title="PayPal logo">
</p>

# MultiFramework PayPal .NET SDK
Multi-framework PayPal SDK for .NET developers targeting different frameworks and run-times e.g .NET Framework, .NET Core, and .NETStandard

[![Build status](https://ci.appveyor.com/api/projects/status/pp4hovop0ye54dav?svg=true)](https://ci.appveyor.com/project/devTimmy/paypal-multiframework-sdk)
[![Build Status](https://travis-ci.org/devTimmy/PayPal-MultiFramework-SDK.svg?branch=master)](https://travis-ci.org/devTimmy/PayPal-MultiFramework-SDK)
![Nuget](https://img.shields.io/nuget/v/PayPal.MultiTarget.svg?logo=nuget&link=https://www.nuget.org/packages/PayPal.MultiTarget/1.0.0//left)
![SDK Downloads on Nuget](https://img.shields.io/nuget/dt/PayPal.MultiTarget.svg?color=%23009be1&label=downloads&logo=nuget&link=https://www.nuget.org/packages/PayPal.MultiTarget/1.0.0//left)

## Notice

It is important to note that the original SDK was written by the original developers i.e [PayPal](https://github.com/paypal) and their repository can be found [here](https://github.com/paypal/PayPal-NET-SDK) if any questions arise.

This version transforms the original code in order to target other frameworks such as .NET Standard & Core which are not factored for in the original source code.

## Target Frameworks
## Targets

+ NET Framework 4.0
+ NET Framework 4.5
Expand Down

0 comments on commit abb564c

Please sign in to comment.