SharpLibHid.nuspec
author StephaneLenclud
Tue, 17 Mar 2015 20:08:10 +0100
changeset 85 a1724a285d49
parent 82 312160defeac
child 86 96d1dcf8ca70
child 88 3429909219c8
permissions -rw-r--r--
Adding license file.
Publishing new version.
     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.1</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.1
    14 Adding ThinkPad specific usages.
    15 Adding support for optional event repeat.</releaseNotes>
    16         <copyright>Stéphane Lenclud</copyright>
    17         <language />
    18         <tags>HID USB RawInput GamePad Input IR remote control</tags>
    19     </metadata>
    20     <files>
    21         <file src="bin\Release\SharpLibHid.dll" target="lib\net20\SharpLibHid.dll" />
    22     </files>
    23 </package>