GlobalHotkeys 1.0.0.6

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

// Install GlobalHotkeys as a Cake Tool
#tool nuget:?package=GlobalHotkeys&version=1.0.0.6

A small C# Library which allows binding (and unbinding) of global Hotkeys, even when application is not Focused/Activated or in Background (using P/Invokes)

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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 (1)

Showing the top 1 popular GitHub repositories that depend on GlobalHotkeys:

Repository Stars
DrNoLife/Destiny-2-Solo-Enabler
Repo containing the C# and XAML code for the D2SE program. Included is also the dependency for the program, and image asset.
Version Downloads Last updated
1.0.0.6 5,183 2/24/2017
1.0.0.5 1,134 2/24/2017
1.0.0.4 1,110 2/24/2017
1.0.0.3 1,150 2/3/2017

Fixed critical Bugs and HotKeyPressed now invokes on the Invoker Thread