From 4fde65a5695d8d4c2f73959e71fb38357ae02a28 Mon Sep 17 00:00:00 2001 From: "Denis Kuzmin [ GitHub/3F ]" Date: Sun, 8 Dec 2019 20:42:47 +0300 Subject: [PATCH] Public release. coreclr \ ILAsm 4.700.2 * NEW: Implemented new `/REBASE` key feature for IL Assembler. Issue #7. It will try to rebase system object: `netstandard` } `System.Runtime` } `mscorlib` Full explanation in related issue: https://github.com/3F/DllExport/issues/125#issuecomment-561245575 * CHANGED: Removed any use of the cvtres via CLR system directory. * CHANGED: Updated coreclr 3.1.0 RTM --- .modversion | 2 +- changelog.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.modversion b/.modversion index 9f8e9b69a33f..415b19fc3623 100644 --- a/.modversion +++ b/.modversion @@ -1 +1 @@ -1.0 \ No newline at end of file +2.0 \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 0e7742cc5d68..090b2b6889ed 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,18 @@ coreclr \ ILAsm - https://github.com/3F/coreclr - - - - - - - - - +[v4.700.2] + + * NEW: Implemented new `/REBASE` key feature for IL Assembler. Issue #7. + It will try to rebase system object: `netstandard` } `System.Runtime` } `mscorlib` + + Full explanation in related issue: + https://github.com/3F/DllExport/issues/125#issuecomment-561245575 + + * CHANGED: Removed any use of the cvtres via CLR system directory. + + * CHANGED: Updated coreclr 3.1.0 RTM + [v4.700.1]