Skip to content

Commit

Permalink
Public release. coreclr \ ILAsm 4.700.2
Browse files Browse the repository at this point in the history
* 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:
       3F/DllExport#125 (comment)

* CHANGED: Removed any use of the cvtres via CLR system directory.

* CHANGED: Updated coreclr 3.1.0 RTM
  • Loading branch information
3F committed Dec 8, 2019
1 parent 7550c45 commit 4fde65a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .modversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0
2.0
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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]

Expand Down

0 comments on commit 4fde65a

Please sign in to comment.