Skip to content

Release v6.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 13:41

6.0

  • Ported Rosi to .NET 6
  • Bumped the version of Rosi to reflect the underlying .NET version
  • Added ARM/ARM64 support
  • Use Roslyn to compile the script files into assemblies and remove the dependency of CS-Script
  • Refactored Runtime.Compiler to be useable from scripts. Now, you can compile a script within a script.
  • Directives can have an os modifier, e.g. // include(windows) WindowsSource/** includes the source files from the 'WindowsSource' directory only when running on Windows
  • Changed the namespace for the runtime from Rosi to Rosi.Runtime
  • Removed old and obsolete code
  • Removed compile/postcompile directive
  • Updated Scriban
  • Updated IPNetwork2
  • Updated YamlDotNet