WPFGestureRecognizer 1.0.4

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

// Install WPFGestureRecognizer as a Cake Tool
#tool nuget:?package=WPFGestureRecognizer&version=1.0.4

WPF interactivity trigger, running actions when swipe and/or tap gestures are detected.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.0.4 2,874 10/24/2015
1.0.3 1,062 8/20/2015
1.0.2 1,111 5/22/2015
1.0.1 994 5/21/2015

Fixed a readme typo in which I typed "what to contribute" as opposed to "want to contribute". (sigh...)
Included multi-touch handling (up to 5 points) when recognising swipes and taps. By default all gestures will trigger
for a single touch point but it can be expanded by using the GestureModifier dependency property.
Re-wrote GestureRecognizer to delegate event subscription and surface management to an unique instance.
Used Delorean to travel to October 26, 1985 to tell Doc we don't have hoverboards in 2015.