Skip to content

Release 2024.04.03.36

Choose a tag to compare

@ByteChkR ByteChkR released this 03 Apr 18:41
· 233 commits to master since this release

Full Changelog: 2024.03.16.30...2024.04.03.36

Breaking Changes

  • Moved to .NET8 for all previous .NET6 projects

New

  • Add Map<K, V> to Generic Project
  • Add Runtime.MakeReference Api Function that allows to create a Runtime Reference by supplying it with get/set/delete methods
  • Add void Type and special rules described in this commit that are enforced when using void to declare the absence of a return value from a function.
  • bs settings command now has a -e/--edit flag that opens the file or folder of the selected setting.

Changes

  • Code Cleanup
  • More and better comments
  • Minor Optimizations
  • Nuget Package Updates