From c637152446bb620387c6e73a3ea32412ba62a81b Mon Sep 17 00:00:00 2001 From: reg Date: Wed, 5 Oct 2016 17:30:22 +0300 Subject: [PATCH] public release v1.4 * FIXED: Fixed bug - `An item with the same key has already been added`. Issue #10 * FIXED: Bug with Meta library: Incorrect default values. Issue #16 please note, the __cdecl is the default calling convention for our library as and for C and C++ programs. * FIXED?: Probably fixed bug - `Script errors on package install` Issue #6 * FIXED?: Probably fixed bug - `non-English system language - syntax error` Issue #7 * NEW: GUI Configurator with updated ddNS features. * NEW: Implemented feature 'Export for platform': [ x86 / x64 / x86 + x64 ] Issue #9 * NEW: Implemented feature 'Base for ordinals'. Issue #11 There is also alternative to configure this number - MSBuild property: DllExportOrdinalsBase * NEW: The one (1) now is used by default as Base for all ordinals. `Mimic ordinal counter (start from 1 instead of 0)` Issue #8 * CHANGED: The ddNS features now as binary cmdlet `NSBin`. Use `nsbin.bat` if needed. * CHANGED: `Set "Inherited = false" in AttributeUsage for DllExportAttribute`. Issue #15 * OTHER: other possible changes and fixes. --- .version | 2 +- Metadata/AssemblyInfo.cs | 2 +- .../DllExportVersion.cs | 2 +- RGiesecke.DllExport/DllExportVersion.cs | 2 +- changelog.txt | 25 +++++++++++++++++-- tools/DllExport.nuspec | 6 ++--- 6 files changed, 30 insertions(+), 9 deletions(-) diff --git a/.version b/.version index 589268e..e21e727 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.4.0 \ No newline at end of file diff --git a/Metadata/AssemblyInfo.cs b/Metadata/AssemblyInfo.cs index 251466b..e11cd3e 100644 --- a/Metadata/AssemblyInfo.cs +++ b/Metadata/AssemblyInfo.cs @@ -12,4 +12,4 @@ [assembly: Guid("E0E525D9-49F8-4641-910F-E9D01821AB15")] //[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: AssemblyVersion("1.3.0.*")] +[assembly: AssemblyVersion("1.4.0.*")] diff --git a/RGiesecke.DllExport.MSBuild/DllExportVersion.cs b/RGiesecke.DllExport.MSBuild/DllExportVersion.cs index 5946d1a..d3505e1 100644 --- a/RGiesecke.DllExport.MSBuild/DllExportVersion.cs +++ b/RGiesecke.DllExport.MSBuild/DllExportVersion.cs @@ -8,6 +8,6 @@ namespace RGiesecke.DllExport // but currently I don't want to change this, because it will be automatically changed if plugin exists (use .version) internal struct DllExportVersion { - internal const string Version = "1.3.0"; + internal const string Version = "1.4.0"; } } diff --git a/RGiesecke.DllExport/DllExportVersion.cs b/RGiesecke.DllExport/DllExportVersion.cs index 5a17fbe..f1c233a 100644 --- a/RGiesecke.DllExport/DllExportVersion.cs +++ b/RGiesecke.DllExport/DllExportVersion.cs @@ -8,6 +8,6 @@ namespace RGiesecke.DllExport // but currently I don't want to change this, because it will be automatically changed if plugin exists (use .version) internal struct DllExportVersion { - internal const string Version = "1.3.0"; + internal const string Version = "1.4.0"; } } diff --git a/changelog.txt b/changelog.txt index b62265c..5a680ac 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,26 @@ -DllExport -____________________ +DllExport - github.com/3F/DllExport +- - - - - - - - - - - - - - - - - - + +[v1.4] + + * FIXED: Fixed bug - `An item with the same key has already been added`. Issue #10 + * FIXED: Bug with Meta library: Incorrect default values. Issue #16 + please note, the __cdecl is the default calling convention for our library + as and for C and C++ programs. + + * FIXED?: Probably fixed bug - `Script errors on package install` Issue #6 + * FIXED?: Probably fixed bug - `non-English system language - syntax error` Issue #7 + * NEW: GUI Configurator with updated ddNS features. + * NEW: Implemented feature 'Export for platform': [ x86 / x64 / x86 + x64 ] Issue #9 + * NEW: Implemented feature 'Base for ordinals'. Issue #11 + There is also alternative to configure this number - MSBuild property: DllExportOrdinalsBase + + * NEW: The one (1) now is used by default as Base for all ordinals. + `Mimic ordinal counter (start from 1 instead of 0)` Issue #8 + + * CHANGED: The ddNS features now as binary cmdlet `NSBin`. Use `nsbin.bat` if needed. + * CHANGED: `Set "Inherited = false" in AttributeUsage for DllExportAttribute`. Issue #15 + * OTHER: other possible changes and fixes. [v1.3] diff --git a/tools/DllExport.nuspec b/tools/DllExport.nuspec index d56809d..93a2a9a 100644 --- a/tools/DllExport.nuspec +++ b/tools/DllExport.nuspec @@ -2,7 +2,7 @@ DllExport - 1.3.0 + 1.4.0 .NET DllExport github.com/3F/DllExport reg @@ -17,7 +17,7 @@ ~~~~~~~~ Alternative to get it: ========================================== - msbuild gnt.core /p:ngpackages="DllExport/1.3.0" + msbuild gnt.core /p:ngpackages="DllExport/1.4.0" ========================================== * https://github.com/3F/GetNuTool @@ -27,6 +27,6 @@ Copyright (c) 2009 Robert Giesecke / Copyright (c) 2016 Denis Kuzmin [entry.reg@gmail.com] - + \ No newline at end of file