Release Notes
v2.0.1
07/08/2024
- Fix: Invalid assembly references cause "ArgumentException: Path is empty"
v2.0
First release
05/27/2024
- Breaking change: v2 is incompatible with v1 due to the drop of multiple compilers support (mcs, gmcs, smcs, csc). Roslyn is the universal compiler now.
- Breaking change: Project file format has been changed to XML based compared to previous binary format. A legacy project file can still be imported with the help of a legacy project importer plugin.
- New: Extension system is supported.
- New: Programmatic usage is supported.
- Change: Obfuscation support is now implemented as an extension, with more robust features. It's no longer experimental.