Skip to content

📢 FixedMathSharp v1.1.0 🚀

Compare
Choose a tag to compare
@mrdav30 mrdav30 released this 18 Feb 23:35
· 12 commits to main since this release
298da4e

🔥 New Features & Enhancements

  • Fixed64.ToFloat(long f1) and ToDecimal(long f1) Conversion Methods
    • Added utility functions to convert the underlying Fixed64 long value to a float or decimal

🛠 Improvements in GitHub CI/CD Workflow

  • The .NET GitHub Actions workflow has been refactored to improve reliability and support for multi-platform testing (Windows & Linux).
    • Key updates include:
    • Ensuring proper installation of required Mono dependencies for running .NET Framework tests on Linux.
    • Improved error handling and log clarity for build failures.

📥 Update Now:

dotnet add package FixedMathSharp --version 1.1.0

Enjoy smooth and precise fixed-point arithmetic! 🎉