Kinvey 1.4.0

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

// Install Kinvey as a Cake Tool
#tool nuget:?package=Kinvey&version=1.4.0

Build Xamarin apps which leverage the power of Kinvey's BaaS, with support for users, data, and files, with caching and offline.  Check out http://devcenter.kinvey.com/xamarin for guides, tutorials, and sample apps.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0 89 4/21/2015
1.2.1 77 3/11/2015
1.2.0 76 2/25/2015
1.1.1 80 1/20/2015
1.1.0 65 1/14/2015
1.0.0 70 1/9/2015

* Added support for using the [Mobile Identity Connect](/guides/mobile-identity-connect/) (MIC) oauth flow through the library
 * Full details about usage are provided in the [MIC guide](/guides/mobile-identity-connect#authorization-grant)
 * myKinveyClient.User().LoginWithAuthorizationCodeLoginPage(myRedirect, myCallback);
 * myKinveyClient.User().LoginWithAuthorizationCodeAPI(myUsername, myPassword, myRedirect, myCallback);

* Bug Fix(es):
 * Fixed an issue with updating google-support-v4 which caused compilation errors in `Resource.designer.cs` generation.