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.
StephaneLenclud@82
     1
<?xml version="1.0" encoding="utf-8"?>
StephaneLenclud@82
     2
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
StephaneLenclud@82
     3
    <metadata>
StephaneLenclud@82
     4
        <id>SharpLibHid</id>
StephaneLenclud@85
     5
        <version>1.0.1</version>
StephaneLenclud@85
     6
        <title>C# HID Library</title>
StephaneLenclud@82
     7
        <authors>Stéphane Lenclud</authors>
StephaneLenclud@82
     8
        <owners>Stéphane Lenclud</owners>
StephaneLenclud@85
     9
        <licenseUrl>http://www.gnu.org/copyleft/gpl.html</licenseUrl>
StephaneLenclud@82
    10
        <projectUrl>http://hg.slions.net/SharpLibHid</projectUrl>
StephaneLenclud@82
    11
        <requireLicenseAcceptance>false</requireLicenseAcceptance>
StephaneLenclud@88
    12
        <description>C# HID library designed to handle raw input. Most useful to support IR remote control and gamepad inputs.</description>
StephaneLenclud@88
    13
        <releaseNotes>v1.0.1
StephaneLenclud@88
    14
Adding ThinkPad specific usages.
StephaneLenclud@85
    15
Adding support for optional event repeat.</releaseNotes>
StephaneLenclud@82
    16
        <copyright>Stéphane Lenclud</copyright>
StephaneLenclud@85
    17
        <language />
StephaneLenclud@85
    18
        <tags>HID USB RawInput GamePad Input IR remote control</tags>
StephaneLenclud@82
    19
    </metadata>
StephaneLenclud@82
    20
    <files>
StephaneLenclud@82
    21
        <file src="bin\Release\SharpLibHid.dll" target="lib\net20\SharpLibHid.dll" />
StephaneLenclud@82
    22
    </files>
StephaneLenclud@82
    23
</package>