DllExport Versions Save

.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)

v1.6.5

4 years ago

CI-build-121

4 years ago

🎲 Nightly build of 02c668c0ec05365f9709607de84533c66ff3de31 ➾ Worker image: Visual Studio 2017; Console: ci.appveyor.../build-121

Only for tests. 🗨 Commit message:

Fixes #114

$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)

v1.6.4

4 years ago

CI-build-115

4 years ago

🎲 Nightly build of e5554ca6d4474f7f8cb90972877b7cde825274da ➾ Worker image: Visual Studio 2017; Console: ci.appveyor.../build-115

Only for tests. 🗨 Commit message:

AssemblyDefinition fixes for Mono.Cecil 0.10.x use. Related: #106

$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)

v1.6.3

5 years ago

v1.6.2

5 years ago

CI-build-101

5 years ago

🎲 Nightly build of 2488b0c29c78ccfe576cffe942eb777b0d2a15dd ➾ Worker image: Visual Studio 2017; Console: ci.appveyor.com/.../build-101

Only for tests 🗨 Commit message:

Fixed support of the special symbols in path: ' &!~`@#$^(+)_=%-;. Related Issue #88

Back to the old label-goto logic instead of for (d4b46cd198) because of more hard escaping for all special symbols above. This is the moment when you finally start to feel sick from batch scripts -_-

This changes also provides new __p_call flag - To use the call-type logic when invoking DllExport.

And also adds handling of unknown action. Just not to scare users...

Other details in #88

CI-build-98

5 years ago

🎲 Nightly build of b1196d819c823fb1c5b0340286da5f8bd5f84463 ➾ Worker image: Visual Studio 2017; Console: ci.appveyor.com/.../build-98

Please use this only for tests of latest changes! 🗨 Commit message:

Added option 'auto' into panel of platforms as an automatic configuring platform from user settings.

This is actual for easy configuring between different configurations, like from BasicExport example: https://github.com/3F/Examples/tree/master/DllExport/BasicExport

v1.6.1

5 years ago

CI-build-95

5 years ago

🎲 Nightly build of 80becd20dca77f13fe7fe75893e833052b697bf7 ➾ Worker image: Visual Studio 2017; Console: ci.appveyor.com/.../build-95

Please use this only for tests of latest changes! 🗨 Commit message:

UI layout fixes for -Info form (Thanks @Genteure, Issue #61). Also fixed possible error with MsgGuiLevel feature.

And added changing the level via commands:

(set MsgGuiLevel=0) & DllExport -action Configure -force ...