LibMiniDisplay.nuspec
author StephaneLenclud
Fri, 25 Sep 2015 19:22:44 +0200
changeset 38 10d8128ccc60
parent 37 d3b88ef66bfe
child 39 c32f4955c166
permissions -rw-r--r--
v1.1.7 fixing our NuGet package.
StephaneLenclud@36
     1
<?xml version="1.0" encoding="utf-8"?>
StephaneLenclud@36
     2
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
StephaneLenclud@36
     3
    <metadata>
StephaneLenclud@36
     4
        <id>LibMiniDisplay</id>
StephaneLenclud@38
     5
        <version>1.1.7</version>
StephaneLenclud@36
     6
        <title>Mini Display Library</title>
StephaneLenclud@36
     7
        <authors>Stéphane Lenclud</authors>
StephaneLenclud@36
     8
        <licenseUrl>https://www.gnu.org/copyleft/gpl.html</licenseUrl>
StephaneLenclud@36
     9
        <projectUrl>http://hg.slions.net/MiniDisplay</projectUrl>
StephaneLenclud@36
    10
        <requireLicenseAcceptance>false</requireLicenseAcceptance>
StephaneLenclud@36
    11
        <description>Provide a C interface to drive some Futaba VFD displays.</description>
StephaneLenclud@36
    12
        <summary>Currently only supports HID USB conections.</summary>
StephaneLenclud@38
    13
        <releaseNotes>v1.1.7
StephaneLenclud@38
    14
Target file fix.
StephaneLenclud@38
    15
StephaneLenclud@38
    16
v1.1.6
StephaneLenclud@38
    17
Do not use.
StephaneLenclud@38
    18
StephaneLenclud@38
    19
v1.1.5
StephaneLenclud@38
    20
Do not use.</releaseNotes>
StephaneLenclud@36
    21
        <copyright>Stéphane Lenclud</copyright>
StephaneLenclud@36
    22
        <tags>VFD LCD display module Futaba</tags>
StephaneLenclud@36
    23
    </metadata>
StephaneLenclud@36
    24
    <files>
StephaneLenclud@36
    25
        <file src="LibMiniDisplay.targets" target="build\LibMiniDisplay.targets" />
StephaneLenclud@36
    26
        <file src="MiniDisplay.h" target="content\MiniDisplay.h" />
StephaneLenclud@38
    27
        <file src="Interop\bin\Release\MiniDisplayInterop.dll" target="lib\net20\MiniDisplayInterop.dll" />
StephaneLenclud@36
    28
        <file src="..\bin\MiniDisplay\Release\MiniDisplay.dll" target="native\x86\MiniDisplay.dll" />
StephaneLenclud@36
    29
    </files>
StephaneLenclud@36
    30
</package>