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