Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
[Update v1.7.1]Custom Shipping Address Added
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroRuiz committed Apr 18, 2016
1 parent 90585fb commit 1c79afc
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion MobileApps/PayPal.Forms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.3">
<id>PayPal.Forms</id>
<version>1.7</version>
<version>1.7.1</version>
<title>PayPal Plugin for Xamarin.Forms</title>
<authors>Alejandro Ruiz</authors>
<owners>Alejandro Ruiz</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@
<HintPath>..\..\packages\Newtonsoft.Json.8.0.3\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PayPal.Forms">
<HintPath>..\..\packages\PayPal.Forms.1.6\lib\MonoAndroid10\PayPal.Forms.dll</HintPath>
<HintPath>..\..\packages\PayPal.Forms.1.7.1\lib\MonoAndroid10\PayPal.Forms.dll</HintPath>
</Reference>
<Reference Include="Xamarin.PayPal.Android.CardIO">
<HintPath>..\..\packages\PayPal.Forms.1.6\lib\MonoAndroid10\Xamarin.PayPal.Android.CardIO.dll</HintPath>
<HintPath>..\..\packages\PayPal.Forms.1.7.1\lib\MonoAndroid10\Xamarin.PayPal.Android.CardIO.dll</HintPath>
</Reference>
<Reference Include="Xamarin.PayPal.Android">
<HintPath>..\..\packages\PayPal.Forms.1.6\lib\MonoAndroid10\Xamarin.PayPal.Android.dll</HintPath>
<HintPath>..\..\packages\PayPal.Forms.1.7.1\lib\MonoAndroid10\Xamarin.PayPal.Android.dll</HintPath>
</Reference>
<Reference Include="PayPal.Forms.Abstractions">
<HintPath>..\..\packages\PayPal.Forms.1.6\lib\MonoAndroid10\PayPal.Forms.Abstractions.dll</HintPath>
<HintPath>..\..\packages\PayPal.Forms.1.7.1\lib\MonoAndroid10\PayPal.Forms.Abstractions.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="MonoAndroid60" />
<package id="PayPal.Forms" version="1.6" targetFramework="MonoAndroid60" />
<package id="PayPal.Forms" version="1.7.1" targetFramework="MonoAndroid60" />
<package id="Xamarin.Android.Support.Design" version="23.0.1.3" targetFramework="MonoAndroid60" />
<package id="Xamarin.Android.Support.v4" version="23.0.1.3" targetFramework="MonoAndroid60" />
<package id="Xamarin.Android.Support.v7.AppCompat" version="23.0.1.3" targetFramework="MonoAndroid60" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
<HintPath>..\..\packages\Newtonsoft.Json.8.0.3\lib\portable-net45+wp80+win8+wpa81+dnxcore50\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PayPal.Forms.Abstractions">
<HintPath>..\..\packages\PayPal.Forms.1.6\lib\portable-net45+wp8+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\PayPal.Forms.Abstractions.dll</HintPath>
<HintPath>..\..\packages\PayPal.Forms.1.7.1\lib\portable-net45+wp8+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\PayPal.Forms.Abstractions.dll</HintPath>
</Reference>
<Reference Include="PayPal.Forms">
<HintPath>..\..\packages\PayPal.Forms.1.6\lib\portable-net45+wp8+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\PayPal.Forms.dll</HintPath>
<HintPath>..\..\packages\PayPal.Forms.1.7.1\lib\portable-net45+wp8+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\PayPal.Forms.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="portable-net45+win+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" />
<package id="PayPal.Forms" version="1.6" targetFramework="portable-net45+win+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" />
<package id="PayPal.Forms" version="1.7.1" targetFramework="portable-net45+win+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarintvos10+xamarinwatchos10+xamarinios10" />
<package id="Xamarin.Forms" version="2.1.0.6529" targetFramework="portable-net45+win+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,17 @@
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\packages\Newtonsoft.Json.8.0.3\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PayPal.Forms">
<HintPath>..\..\packages\PayPal.Forms.1.6\lib\Xamarin.iOS10\PayPal.Forms.dll</HintPath>
</Reference>
<Reference Include="Xamarin.PayPal">
<HintPath>..\..\packages\PayPal.Forms.1.6\lib\Xamarin.iOS10\Xamarin.PayPal.iOS.dll</HintPath>
</Reference>
<Reference Include="PayPal.Forms">
<HintPath>..\..\packages\PayPal.Forms.1.7.1\lib\Xamarin.iOS10\PayPal.Forms.dll</HintPath>
</Reference>
<Reference Include="Xamarin.PayPal.iOS">
<HintPath>..\..\packages\PayPal.Forms.1.7.1\lib\Xamarin.iOS10\Xamarin.PayPal.iOS.dll</HintPath>
</Reference>
<Reference Include="PayPal.Forms.Abstractions">
<HintPath>..\..\packages\PayPal.Forms.1.6\lib\Xamarin.iOS10\PayPal.Forms.Abstractions.dll</HintPath>
<HintPath>..\..\packages\PayPal.Forms.1.7.1\lib\Xamarin.iOS10\PayPal.Forms.Abstractions.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="xamarinios10" />
<package id="PayPal.Forms" version="1.6" targetFramework="xamarinios10" />
<package id="PayPal.Forms" version="1.7.1" targetFramework="xamarinios10" />
<package id="Xamarin.Forms" version="2.1.0.6529" targetFramework="xamarinios10" />
</packages>

0 comments on commit 1c79afc

Please sign in to comment.