MR.Gestures 1.2.0-pre1

This is a prerelease version of MR.Gestures.
dotnet add package MR.Gestures --version 1.2.0-pre1
                    
NuGet\Install-Package MR.Gestures -Version 1.2.0-pre1
                    
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="MR.Gestures" Version="1.2.0-pre1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MR.Gestures" Version="1.2.0-pre1" />
                    
Directory.Packages.props
<PackageReference Include="MR.Gestures" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MR.Gestures --version 1.2.0-pre1
                    
#r "nuget: MR.Gestures, 1.2.0-pre1"
                    
#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.
#:package MR.Gestures@1.2.0-pre1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MR.Gestures&version=1.2.0-pre1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MR.Gestures&version=1.2.0-pre1&prerelease
                    
Install as a Cake Tool

With MR.Gestures you can handle all the touch gestures in your Xamarin.Forms mobile apps.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win81 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.0-pre1 249 4/28/2015
1.1.0 439 4/8/2015
1.0.8 160 3/17/2015
1.0.7 66 3/13/2015
1.0.6 60 3/10/2015
1.0.6-pre1 36 3/5/2015
1.0.5 81 3/3/2015
1.0.5-pre1 38 2/28/2015
1.0.4 78 2/18/2015
1.0.4-pre4 49 2/16/2015
1.0.3 63 2/10/2015
1.0.2 48 2/9/2015
1.0.1 40 2/9/2015
1.0.0 42 2/9/2015

With MR.Gestures you can handle all the touch gestures in your Xamarin.Forms mobile apps. Version 1.2.0-pre1 adds support for WinRT and WinPhone 8.1. Support for iOS.Classic is dropped.