Vapolia.XamarinFormsGesture 3.3.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Standard 2.0
dotnet add package Vapolia.XamarinFormsGesture --version 3.3.2
NuGet\Install-Package Vapolia.XamarinFormsGesture -Version 3.3.2
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="Vapolia.XamarinFormsGesture" Version="3.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vapolia.XamarinFormsGesture --version 3.3.2
#r "nuget: Vapolia.XamarinFormsGesture, 3.3.2"
#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 Vapolia.XamarinFormsGesture as a Cake Addin
#addin nuget:?package=Vapolia.XamarinFormsGesture&version=3.3.2

// Install Vapolia.XamarinFormsGesture as a Cake Tool
#tool nuget:?package=Vapolia.XamarinFormsGesture&version=3.3.2

Bring all platform gestures to Xamarin Forms on Android and iOS. Add this nuget to your Netstandard, Android, iOS and UWP projects.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid90 is compatible.  monoandroid10.0 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap10.0.17763 is compatible. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Additional computed target framework(s)
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
3.3.2 11,830 12/20/2021
3.3.1 1,511 5/26/2021
3.3.0 1,277 4/8/2021
3.3.0-preA3 501 2/25/2021
3.3.0-preA2 1,042 10/28/2020
3.3.0-preA1 259 10/28/2020
3.3.0-preA0 270 10/27/2020
3.3.0-pre9 282 10/26/2020
3.3.0-pre6 252 10/26/2020
3.3.0-pre5 274 10/26/2020
3.3.0-pre4 335 10/25/2020
3.3.0-pre3 315 10/10/2020
3.3.0-pre2 316 10/9/2020
3.3.0-pre1 319 10/6/2020
3.2.3 16,941 3/18/2020
3.2.2 443 3/17/2020
3.2.0 446 3/16/2020
3.0.0 9,295 6/14/2018
2.0.23 508 3/18/2020
2.0.22 576 5/15/2019
2.0.20 550 5/15/2019
2.0.19 537 5/15/2019
2.0.17 551 5/15/2019
2.0.15 789 8/31/2018
2.0.13 949 6/14/2018
2.0.12 1,178 6/14/2018
2.0.11 1,857 4/9/2018
2.0.10 1,455 12/15/2017
2.0.9 1,823 10/7/2017
2.0.8 1,131 10/7/2017
1.1.1-pre4 1,045 8/3/2017
1.1.1-pre3 752 8/3/2017
1.1.1-pre2 757 8/3/2017
1.1.1-pre1 749 8/2/2017
1.1.0 8,158 8/2/2017
1.0.1 1,829 3/3/2017
1.0.0 967 1/17/2017
1.0.0-pre2 811 1/17/2017
1.0.0-pre1 805 1/17/2017

3.3.2: #31
     3.3.0: breaking changes. All commands with a point parameter now have "Point" in their names. More gestures have a Point version.
     3.2.0: xamarin forms 4. Switch to a multi targeting project.
     3.1.0: xamarin forms 3.6. Double tap command.
     3.0.0: netstandard 2.0, xamarin forms 3. UWP requires fall creator update.
     2.0.0: netstandard 1.4, xamarin forms 2.4
     1.1.1: add universal windows implementation
     1.1.0: add pan gesture
     1.0.1: fix ios version for XamForms DependencyService (changed internal to public in class definition)