This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
Release 1.9
news:
- optimize and fix IL code after body alteration or code injection. You can
control this behaviour from the settings window. - extended verbatim string operand type in the constant & argument
editor so that you can use special chars like \n, \t... - type specification composition, so that you can define a String[][]* var
- add compilation profiles to better support Unity/Silverlight assemblies
with "Replace all with code"
upgrades:
- Mono.Cecil update.
- Filter autogenerated members with "Replace all with code"
bugfixes:
- fixed ModuleAttributes value will never be saved in some case. (lonwern)
- fixed related property when deleting a getter or setter method
- fixed member selector and properties without getter & setter
- fixed injection adding bad or duplicate corlib reference