From f61ffe95dcfaf5d50aa07393e6145a0394deee87 Mon Sep 17 00:00:00 2001 From: "Denis Kuzmin [ GitHub/3F ]" Date: Thu, 30 May 2019 18:30:58 +0300 Subject: [PATCH] Public release of the .NET DllExport 1.6.3 * NEW: Support of unicode characters in namespaces. Issue #80 * NEW: Integrated `-action Configure` command by default. Issue #96 Configure everything in one click. https://github.com/3F/DllExport/wiki/Quick-start * CHANGED: Updated Mono.Cecil 0.10.3 https://github.com/jbevain/cecil/commits/0.10.3 * CHANGED: Updated MvsSln 2.2 Release notes: https://github.com/3F/MvsSln/releases/tag/v2.2 * NOTE: To upgrade configured version to v1.6.3: ``` DllExport -action Upgrade -dxp-version 1.6.3 ``` --- .version | 2 +- Metadata/AssemblyInfo.cs | 2 +- .../DllExportVersion.cs | 2 +- RGiesecke.DllExport/DllExportVersion.cs | 2 +- Wizard/WizardVersion.cs | 4 +- changelog.txt | 20 ++++++++ tools/DllExport.nuspec | 50 ++++++++++--------- 7 files changed, 52 insertions(+), 30 deletions(-) diff --git a/.version b/.version index 308b6fa..f5d2a58 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.6.2 \ No newline at end of file +1.6.3 \ No newline at end of file diff --git a/Metadata/AssemblyInfo.cs b/Metadata/AssemblyInfo.cs index cb1fdc2..690ddaa 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.6.2.*")] +[assembly: AssemblyVersion("1.6.3.*")] diff --git a/RGiesecke.DllExport.MSBuild/DllExportVersion.cs b/RGiesecke.DllExport.MSBuild/DllExportVersion.cs index 9d13721..8fc8871 100644 --- a/RGiesecke.DllExport.MSBuild/DllExportVersion.cs +++ b/RGiesecke.DllExport.MSBuild/DllExportVersion.cs @@ -10,6 +10,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.6.2"; + internal const string Version = "1.6.3"; } } diff --git a/RGiesecke.DllExport/DllExportVersion.cs b/RGiesecke.DllExport/DllExportVersion.cs index 9d13721..8fc8871 100644 --- a/RGiesecke.DllExport/DllExportVersion.cs +++ b/RGiesecke.DllExport/DllExportVersion.cs @@ -10,6 +10,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.6.2"; + internal const string Version = "1.6.3"; } } diff --git a/Wizard/WizardVersion.cs b/Wizard/WizardVersion.cs index a544abf..5d34ca7 100644 --- a/Wizard/WizardVersion.cs +++ b/Wizard/WizardVersion.cs @@ -8,8 +8,8 @@ internal struct WizardVersion { public static readonly Version number = new Version(S_NUM_REV); - public const string S_NUM = "1.6.2"; - public const string S_REV = "51809"; + public const string S_NUM = "1.6.3"; + public const string S_REV = "29086"; public const string S_REL = ""; public const string S_NUM_REV = S_NUM + "." + S_REV; diff --git a/changelog.txt b/changelog.txt index 3bfe517..f14bbc8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,26 @@ .NET DllExport - https://github.com/3F/DllExport - - - - - - - - - - - - - - - - - - - - - - - - - +[v1.6.3] 2019.05.30 + + * NEW: Support of unicode characters in namespaces. Issue #80 + + * NEW: Integrated `-action Configure` command by default. Issue #96 + Configure everything in one click. + https://github.com/3F/DllExport/wiki/Quick-start + + * CHANGED: Updated Mono.Cecil 0.10.3 + https://github.com/jbevain/cecil/commits/0.10.3 + + * CHANGED: Updated MvsSln 2.2 + Release notes: + https://github.com/3F/MvsSln/releases/tag/v2.2 + + * NOTE: To upgrade configured version to v1.6.3: + ``` + DllExport -action Upgrade -dxp-version 1.6.3 + ``` + [v1.6.2] 2018.12.27 * NEW: Added option 'auto' into panel of platforms as an automatic configuring platform from user settings. diff --git a/tools/DllExport.nuspec b/tools/DllExport.nuspec index d32801b..8c2f0f5 100644 --- a/tools/DllExport.nuspec +++ b/tools/DllExport.nuspec @@ -1,67 +1,69 @@ - + DllExport $-version-$ .NET DllExport github.com/3F/DllExport + License.txt reg - https://github.com/3F/DllExport/blob/master/LICENSE + https://aka.ms/deprecateLicenseUrl https://github.com/3F/DllExport + false Open source project .NET DllExport https://github.com/3F/DllExport - All versions including Nightly builds: + All versions including an Offline and Nightly builds: https://github.com/3F/DllExport/releases - - - To configure projects via current package: - ================================================== - DllExport -action Configure -dxp-version $-version-$ - ================================================== - - To upgrade configured version on v$-version-$: + + + + To upgrade configured version to v$-version-$: ================================================== DllExport -action Upgrade -dxp-version $-version-$ ================================================== https://3F.github.io/DllExport/releases/latest/manager/ - - - About manager: - * https://github.com/3F/DllExport/wiki/DllExport-Manager - + + + Quick start: - * https://youtu.be/sBWt-KdQtoc + https://github.com/3F/DllExport/wiki/Quick-start - Basic examples for C++ and C#: - * https://youtu.be/9Hyg3_WE9Ks + Basic examples. C++ and C#: + https://youtu.be/9Hyg3_WE9Ks - Complex types and Strings: - * https://youtu.be/QXMj9-8XJnY + Complex types and Strings. C++ / C# / Java: + https://youtu.be/QXMj9-8XJnY + Wiki and Complete Examples: + https://github.com/3F/DllExport/wiki - Issue tracker: https://github.com/3F/DllExport/issues + Issue tracker: + https://github.com/3F/DllExport/issues + ~~~~~~~~ Get it via GetNuTool: ======================================= gnt /p:ngpackages="DllExport/$-version-$" ======================================= * https://github.com/3F/GetNuTool - + + + Build info: {build_info} .NET DllExport DllExport unmanaged-exports ildasm ilasm coreclr exported-functions reverse-pinvoke Conari pinvoke net-c-func tools pe32 pe32-plus dotnet-DllExport unmanaged-export GetNuTool MvsSln hMSBuild - + changelog: https://github.com/3F/DllExport/blob/master/changelog.txt Copyright (c) 2009-2015 Robert Giesecke / Copyright (c) 2016-2019 Denis Kuzmin [entry.reg@gmail.com] GitHub/3F \ No newline at end of file