Skip to content

FixedMathSharp v2.0.0

Choose a tag to compare

@mrdav30 mrdav30 released this 04 Mar 05:49
· 41 commits to main since this release
ecc188b

Breaking changes

  • Dropped .NET Framework 4.8 support.
  • Added/standardized support on netstandard2.1 (with net8 retained).
  • Serialization stack changed from MessagePack to MemoryPack.

Updated tooling/runtime settings

  • C# language version bumped to 11.0.
  • Test project modernized:
    • moved to net8
    • updated test SDK/packages (including xUnit v3-related packages and newer test tooling).

Internal/maintenance

  • Added basic AGENTS.md.
  • Minor hash code implementation cleanup in core numeric structs (no API expansion, but behavior may differ for hash-based scenarios).

What's Changed

Full Changelog: v1.3.4...2.0.0