# HG changeset patch # User StephaneLenclud # Date 1443201764 -7200 # Node ID 10d8128ccc6000c1b9dcfe918b7ed2165ac3d9b6 # Parent d3b88ef66bfe67a5947a00626697cb573e2d25be v1.1.7 fixing our NuGet package. diff -r d3b88ef66bfe -r 10d8128ccc60 LibMiniDisplay.nuspec --- a/LibMiniDisplay.nuspec Wed May 06 21:25:49 2015 +0200 +++ b/LibMiniDisplay.nuspec Fri Sep 25 19:22:44 2015 +0200 @@ -2,7 +2,7 @@ LibMiniDisplay - 1.1.4 + 1.1.7 Mini Display Library Stéphane Lenclud https://www.gnu.org/copyleft/gpl.html @@ -10,13 +10,21 @@ false Provide a C interface to drive some Futaba VFD displays. Currently only supports HID USB conections. + v1.1.7 +Target file fix. + +v1.1.6 +Do not use. + +v1.1.5 +Do not use. Stéphane Lenclud VFD LCD display module Futaba - + \ No newline at end of file diff -r d3b88ef66bfe -r 10d8128ccc60 LibMiniDisplay.targets --- a/LibMiniDisplay.targets Wed May 06 21:25:49 2015 +0200 +++ b/LibMiniDisplay.targets Fri Sep 25 19:22:44 2015 +0200 @@ -1,33 +1,29 @@ + + - - - $(MSBuildThisFileDirectory)..\native\$(Platform)\MiniDisplay.dll - - - - - - - - - - - - CopyLibMiniDisplayNativeReference; - - - - + + + + MiniDisplay.dll + PreserveNewest + + \ No newline at end of file