Skip to content

UnitsNet/6.0.0-pre013

Pre-release
Pre-release
Compare
Choose a tag to compare
@angularsen angularsen released this 29 Dec 23:18
· 118 commits to master since this release

Synced with master branch.

What's Changed

  • ♻️Allow custom units to set UnitInfo.QuantityName by @angularsen in #1421
    Changing the Angle.BaseUnit from Degrees to Radians 7f98048
  • Fix nullability indicators for the Parse/TryParse overloads by @lipchev in #1446
  • Fixing the nullability attribute of the AbbreviatedUnitsConverter (build failure) by @lipchev in #1457
  • QuantityFormatter defaults to the "G" format by @lipchev in #1450
  • Constrained the GenericMathExtensions to IQuantity by @lipchev in #1448
  • Update the UnitRelations.json by @lipchev in #1453
  • Removing TorquePerLength by @lipchev in #1458
  • Remove IParsable and IComparisonOperators from the IQuantity interface by @lipchev in #1459
  • Rename ThermalResistance to ThermalInsulance by @lipchev in #1460
  • Add radiation equivalent dose rate by @angularsen in #1468
  • Change RadiationEquivalentDoseRate base unit to Sv/s - v6 by @angularsen in #1470
  • UnitParser.TryParse doesn't try with FallbackCulture (v6) by @lipchev in #1466
  • 🔥Remove static Default getters, obsoleted by UnitsNetSetup by @angularsen in #1475
  • 💥Change UnitAbbreviationsCache ctor to not load defaults by @angularsen in #1476
  • 💥Change UnitParser ctor to require unit abbreviations cache by @angularsen in #1477
  • 💥Require unit enum types to also be struct by @angularsen in #1472
  • Revert "🔥Remove static Default getters, obsoleted by UnitsNetSetup" by @angularsen in #1480
  • 💥Remove obsolete electric quantities by @angularsen in #1482

Maintenance

Merged in from master

New Contributors

Full Changelog: UnitsNet/6.0.0-pre012...UnitsNet/6.0.0-pre013