Skip to content

Commit

Permalink
Public release of the .NET DllExport 1.6.3
Browse files Browse the repository at this point in the history
* 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
        ```
  • Loading branch information
3F committed May 30, 2019
1 parent 6b33f4b commit f61ffe9
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.2
1.6.3
2 changes: 1 addition & 1 deletion Metadata/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.*")]
2 changes: 1 addition & 1 deletion RGiesecke.DllExport.MSBuild/DllExportVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
2 changes: 1 addition & 1 deletion RGiesecke.DllExport/DllExportVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
4 changes: 2 additions & 2 deletions Wizard/WizardVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
20 changes: 20 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
50 changes: 26 additions & 24 deletions tools/DllExport.nuspec
Original file line number Diff line number Diff line change
@@ -1,67 +1,69 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>DllExport</id>
<version>$-version-$</version>
<title>.NET DllExport</title>
<authors>github.com/3F/DllExport</authors>
<license type="file">License.txt</license>
<owners>reg</owners>
<licenseUrl>https://github.com/3F/DllExport/blob/master/LICENSE</licenseUrl>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<projectUrl>https://github.com/3F/DllExport</projectUrl>
<repository type="git" url="https://github.com/3F/DllExport" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>

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}

</description>
<summary>.NET DllExport</summary>
<tags>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</tags>
<releaseNotes></releaseNotes>
<releaseNotes> changelog: https://github.com/3F/DllExport/blob/master/changelog.txt </releaseNotes>
<copyright>Copyright (c) 2009-2015 Robert Giesecke / Copyright (c) 2016-2019 Denis Kuzmin [[email protected]] GitHub/3F </copyright>
</metadata>
</package>

0 comments on commit f61ffe9

Please sign in to comment.