SharpLibHid.nuspec
author StephaneLenclud
Sun, 15 Mar 2015 21:26:51 +0100
changeset 82 312160defeac
child 85 a1724a285d49
permissions -rw-r--r--
Publishing 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.0</version>
     6         <authors>Stéphane Lenclud</authors>
     7         <owners>Stéphane Lenclud</owners>
     8         <projectUrl>http://hg.slions.net/SharpLibHid</projectUrl>
     9         <requireLicenseAcceptance>false</requireLicenseAcceptance>
    10         <description>C# HID libray designed to handle raw input. Most useful to support IR remote control and gamepad inputs.</description>
    11         <copyright>Stéphane Lenclud</copyright>
    12         <tags>HID</tags>
    13     </metadata>
    14     <files>
    15         <file src="bin\Release\SharpLibHid.dll" target="lib\net20\SharpLibHid.dll" />
    16     </files>
    17 </package>