NHotkey.WindowsForms by Thomas Levesque

<PackageReference Include="NHotkey.WindowsForms" Version="1.1.0" />

 NHotkey.WindowsForms 1.1.0

A managed library to handle global hotkeys in Windows Forms applications. This package contains the concrete HotkeyManager implementation for Windows Forms.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>NHotkey.WindowsForms</id>
    <version>1.1.0.0</version>
    <title>NHotkey for Windows Forms</title>
    <authors>Thomas Levesque</authors>
    <owners>Thomas Levesque</owners>
    <licenseUrl>https://github.com/thomaslevesque/NHotkey/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>https://github.com/thomaslevesque/NHotkey</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A managed library to handle global hotkeys in Windows Forms applications.
      This package contains the concrete HotkeyManager implementation for Windows Forms.</description>
    <summary>A managed library to handle global hotkeys in Windows Forms applications.</summary>
    <releaseNotes />
    <tags>hotkey windowsforms winforms</tags>
    <dependencies>
      <dependency id="NHotkey" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework="" />
      <frameworkAssembly assemblyName="System.Windows.Forms" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>