Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

1.9 compability mode and some fixes

Compare
Choose a tag to compare
@krnlexception krnlexception released this 10 Nov 20:32
· 14 commits to main since this release

4.0.0 is here!
This version adds 1.9 compability mode (in 1.9, every type attribute was renamed to class, in 1.10, it was reverted due to compability issues), thus completing 1.9 and 1.10 support!

It also modernizes and fixes some of the old code, thanks to @Kaydax who has made pull request #2

Full list of changes:

  • 1.9 compability mode
  • Project now uses .NET Standard 2.1
  • Some custom types now use their built-in counterparts (eg. Vector2 from System.Numerics)
  • Disabled nullables / implicate usings