SharpLibHid.nuspec
changeset 82 312160defeac
child 85 a1724a285d49
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/SharpLibHid.nuspec	Sun Mar 15 21:26:51 2015 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
     1.6 +    <metadata>
     1.7 +        <id>SharpLibHid</id>
     1.8 +        <version>1.0.0</version>
     1.9 +        <authors>Stéphane Lenclud</authors>
    1.10 +        <owners>Stéphane Lenclud</owners>
    1.11 +        <projectUrl>http://hg.slions.net/SharpLibHid</projectUrl>
    1.12 +        <requireLicenseAcceptance>false</requireLicenseAcceptance>
    1.13 +        <description>C# HID libray designed to handle raw input. Most useful to support IR remote control and gamepad inputs.</description>
    1.14 +        <copyright>Stéphane Lenclud</copyright>
    1.15 +        <tags>HID</tags>
    1.16 +    </metadata>
    1.17 +    <files>
    1.18 +        <file src="bin\Release\SharpLibHid.dll" target="lib\net20\SharpLibHid.dll" />
    1.19 +    </files>
    1.20 +</package>
    1.21 \ No newline at end of file