SharpLibHid.nuspec
changeset 85 a1724a285d49
parent 82 312160defeac
child 86 96d1dcf8ca70
child 88 3429909219c8
     1.1 --- a/SharpLibHid.nuspec	Tue Mar 17 16:46:28 2015 +0100
     1.2 +++ b/SharpLibHid.nuspec	Tue Mar 17 20:08:10 2015 +0100
     1.3 @@ -2,14 +2,20 @@
     1.4  <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
     1.5      <metadata>
     1.6          <id>SharpLibHid</id>
     1.7 -        <version>1.0.0</version>
     1.8 +        <version>1.0.1</version>
     1.9 +        <title>C# HID Library</title>
    1.10          <authors>Stéphane Lenclud</authors>
    1.11          <owners>Stéphane Lenclud</owners>
    1.12 +        <licenseUrl>http://www.gnu.org/copyleft/gpl.html</licenseUrl>
    1.13          <projectUrl>http://hg.slions.net/SharpLibHid</projectUrl>
    1.14          <requireLicenseAcceptance>false</requireLicenseAcceptance>
    1.15          <description>C# HID libray designed to handle raw input. Most useful to support IR remote control and gamepad inputs.</description>
    1.16 +        <releaseNotes>v1.0.1
    1.17 +Adding ThinkPad specific usages.
    1.18 +Adding support for optional event repeat.</releaseNotes>
    1.19          <copyright>Stéphane Lenclud</copyright>
    1.20 -        <tags>HID</tags>
    1.21 +        <language />
    1.22 +        <tags>HID USB RawInput GamePad Input IR remote control</tags>
    1.23      </metadata>
    1.24      <files>
    1.25          <file src="bin\Release\SharpLibHid.dll" target="lib\net20\SharpLibHid.dll" />