author | StephaneLenclud |
Wed, 06 May 2015 21:25:49 +0200 | |
changeset 37 | d3b88ef66bfe |
parent 36 | 3b94d0640115 |
child 38 | 10d8128ccc60 |
permissions | -rw-r--r-- |
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@37 | 5 |
<version>1.1.4</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@36 | 13 |
<copyright>Stéphane Lenclud</copyright> |
StephaneLenclud@36 | 14 |
<tags>VFD LCD display module Futaba</tags> |
StephaneLenclud@36 | 15 |
</metadata> |
StephaneLenclud@36 | 16 |
<files> |
StephaneLenclud@36 | 17 |
<file src="LibMiniDisplay.targets" target="build\LibMiniDisplay.targets" /> |
StephaneLenclud@36 | 18 |
<file src="MiniDisplay.h" target="content\MiniDisplay.h" /> |
StephaneLenclud@36 | 19 |
<file src="Interop\bin\Release\MiniDisplayInterop.dll" target="lib\MiniDisplayInterop.dll" /> |
StephaneLenclud@36 | 20 |
<file src="..\bin\MiniDisplay\Release\MiniDisplay.dll" target="native\x86\MiniDisplay.dll" /> |
StephaneLenclud@36 | 21 |
</files> |
StephaneLenclud@36 | 22 |
</package> |