LibMiniDisplay.nuspec
changeset 38 10d8128ccc60
parent 37 d3b88ef66bfe
child 39 c32f4955c166
     1.1 --- a/LibMiniDisplay.nuspec	Wed May 06 21:25:49 2015 +0200
     1.2 +++ b/LibMiniDisplay.nuspec	Fri Sep 25 19:22:44 2015 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
     1.5      <metadata>
     1.6          <id>LibMiniDisplay</id>
     1.7 -        <version>1.1.4</version>
     1.8 +        <version>1.1.7</version>
     1.9          <title>Mini Display Library</title>
    1.10          <authors>Stéphane Lenclud</authors>
    1.11          <licenseUrl>https://www.gnu.org/copyleft/gpl.html</licenseUrl>
    1.12 @@ -10,13 +10,21 @@
    1.13          <requireLicenseAcceptance>false</requireLicenseAcceptance>
    1.14          <description>Provide a C interface to drive some Futaba VFD displays.</description>
    1.15          <summary>Currently only supports HID USB conections.</summary>
    1.16 +        <releaseNotes>v1.1.7
    1.17 +Target file fix.
    1.18 +
    1.19 +v1.1.6
    1.20 +Do not use.
    1.21 +
    1.22 +v1.1.5
    1.23 +Do not use.</releaseNotes>
    1.24          <copyright>Stéphane Lenclud</copyright>
    1.25          <tags>VFD LCD display module Futaba</tags>
    1.26      </metadata>
    1.27      <files>
    1.28          <file src="LibMiniDisplay.targets" target="build\LibMiniDisplay.targets" />
    1.29          <file src="MiniDisplay.h" target="content\MiniDisplay.h" />
    1.30 -        <file src="Interop\bin\Release\MiniDisplayInterop.dll" target="lib\MiniDisplayInterop.dll" />
    1.31 +        <file src="Interop\bin\Release\MiniDisplayInterop.dll" target="lib\net20\MiniDisplayInterop.dll" />
    1.32          <file src="..\bin\MiniDisplay\Release\MiniDisplay.dll" target="native\x86\MiniDisplay.dll" />
    1.33      </files>
    1.34  </package>
    1.35 \ No newline at end of file