Azure support (#143)
authorJason Smith <jason.smith@xamarin.com>
Wed, 27 Apr 2016 18:48:28 +0000 (14:48 -0400)
committerRui Marinho <me@ruimarinho.net>
Wed, 27 Apr 2016 18:48:28 +0000 (14:48 -0400)
commit8a00a96ffb34058bfb03f8cc16c28b38a79791a4
tree294842819c3b051e9b4050971475fda48431f109
parent2d9288eee6e6f197364a64308183725e7bd561f9
Azure support (#143)

* Initial import of azure support for pages

* Add nuspec for azure

* move azure nuspec to correct location

* Update Newtonsoft.Json to 6.0.4

* Add converters

* Fix package
24 files changed:
.nuspec/Xamarin.Forms.Pages.Azure.nuspec [new file with mode: 0644]
.nuspec/Xamarin.Forms.Pages.nuspec
PagesGallery/PagesGallery.Droid/MainActivity.cs
PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj
PagesGallery/PagesGallery.Droid/Properties/AndroidManifest.xml
PagesGallery/PagesGallery.Droid/app.config
PagesGallery/PagesGallery.Droid/packages.config
PagesGallery/PagesGallery.UWP/PagesGallery.UWP.csproj
PagesGallery/PagesGallery.UWP/project.json
PagesGallery/PagesGallery.iOS/PagesGallery.iOS.csproj
PagesGallery/PagesGallery.iOS/packages.config [deleted file]
PagesGallery/PagesGallery/EventsPage.xaml
PagesGallery/PagesGallery/PagesGallery.csproj
PagesGallery/PagesGallery/packages.config [deleted file]
Xamarin.Forms.Pages.Azure/AzureDataSource.cs [new file with mode: 0644]
Xamarin.Forms.Pages.Azure/AzureEasyTableSource.cs [new file with mode: 0644]
Xamarin.Forms.Pages.Azure/AzureSource.cs [new file with mode: 0644]
Xamarin.Forms.Pages.Azure/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Pages.Azure/Xamarin.Forms.Pages.Azure.csproj [new file with mode: 0644]
Xamarin.Forms.Pages.Azure/packages.config [new file with mode: 0644]
Xamarin.Forms.Pages/UriJsonSource.cs
Xamarin.Forms.Pages/Xamarin.Forms.Pages.csproj
Xamarin.Forms.Pages/packages.config
Xamarin.Forms.sln