SharpLibHid.nuspec
changeset 86 96d1dcf8ca70
parent 85 a1724a285d49
child 87 a6684684a9c3
     1.1 --- a/SharpLibHid.nuspec	Tue Mar 17 20:08:10 2015 +0100
     1.2 +++ b/SharpLibHid.nuspec	Sun Mar 22 19:33:36 2015 +0100
     1.3 @@ -2,7 +2,7 @@
     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.1</version>
     1.8 +        <version>1.0.2</version>
     1.9          <title>C# HID Library</title>
    1.10          <authors>Stéphane Lenclud</authors>
    1.11          <owners>Stéphane Lenclud</owners>
    1.12 @@ -10,8 +10,11 @@
    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 +        <releaseNotes>v1.0.2
    1.19 +Adding missing public keyword for some of our Usage enumerations.
    1.20 +
    1.21 +v1.0.1
    1.22 +Adding ThinkPad specific usages.
    1.23  Adding support for optional event repeat.</releaseNotes>
    1.24          <copyright>Stéphane Lenclud</copyright>
    1.25          <language />