SharpLibHid.nuspec
author StephaneLenclud
Sun, 22 Mar 2015 21:59:08 +0100
changeset 87 a6684684a9c3
parent 86 96d1dcf8ca70
child 89 f8cfba91e6cd
permissions -rw-r--r--
Fixing build configuration to use x86.
Forcing X2 display of gamepad button usages.
Published version 1.0.4 on NuGet.
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
     3     <metadata>
     4         <id>SharpLibHid</id>
     5         <version>1.0.4</version>
     6         <title>C# HID Library</title>
     7         <authors>Stéphane Lenclud</authors>
     8         <owners>Stéphane Lenclud</owners>
     9         <licenseUrl>http://www.gnu.org/copyleft/gpl.html</licenseUrl>
    10         <projectUrl>http://hg.slions.net/SharpLibHid</projectUrl>
    11         <requireLicenseAcceptance>false</requireLicenseAcceptance>
    12         <description>C# HID libray designed to handle raw input. Most useful to support IR remote control and gamepad inputs.</description>
    13         <releaseNotes>v1.0.4
    14 Build configuration fix.
    15 
    16 v1.0.3
    17 x86 Build.
    18 
    19 v1.0.2
    20 Adding missing public keyword for some of our Usage enumerations.
    21 
    22 v1.0.1
    23 Adding ThinkPad specific usages.
    24 Adding support for optional event repeat.</releaseNotes>
    25         <copyright>Stéphane Lenclud</copyright>
    26         <language />
    27         <tags>HID USB RawInput GamePad Input IR remote control</tags>
    28     </metadata>
    29     <files>
    30         <file src="bin\Release\SharpLibHid.dll" target="lib\net20\SharpLibHid.dll" />
    31     </files>
    32 </package>