SharpLibHid.nuspec
author StephaneLenclud
Wed, 18 Mar 2015 07:46:39 +0100
changeset 88 3429909219c8
parent 85 a1724a285d49
child 89 f8cfba91e6cd
permissions -rw-r--r--
Fixing typo in NuGet package description.
     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 library 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>