AppServiceHelpers 1.1.0-prerelease-5

This is a prerelease version of AppServiceHelpers.

Requires NuGet 2.8.1 or higher.

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

// Install AppServiceHelpers as a Cake Tool
#tool nuget:?package=AppServiceHelpers&version=1.1.0-prerelease-5&prerelease

App Service Helpers (ASH) makes it as easy as possible to add data storage and authentication to your mobile app with Microsoft's Azure App Service Platform. ASH was built with the mobile developer in mind, and requires no previous experience with backends as a service (BaaS).

In just four lines of code, you can connect your app to the cloud with online/offline synchronization and automatic conflict resolution. Authenticating users with Facebook, Twitter, Google, Microsoft accounts, Azure AD, and Azure B2C is dead simple as well - just one line of code. ASH even takes care of securely storing access tokens and refreshing them regularly, with no extra effort required from you.

App Service Helpers was developed as a supplemental library to Microsoft's Azure Client SDK. Rather than replacing this library, ASH extends it by lowering the barrier to entry for developers who wish to build cloud-connected mobile apps in C#. If you ever find yourself outgrowing App Service Helpers, you can drop down to a lower level with the Microsoft Azure Client SDK for fine-tuned control or even remove ASH with minimal refactoring.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0-prerelease-5 1,282 9/7/2016

Keep up with the latest from App Service Helpers with our changelog on GitHub:
   https://github.com/MikeCodesDotNet/App-Service-Helpers/blob/release-1.1.0/CHANGELOG.md