Skip to content

Releases: angularsen/UnitsNet

UnitsNet/5.73.0

10 Mar 21:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: UnitsNet/5.72.0...UnitsNet/5.73.0

UnitsNet/5.72.0

10 Mar 12:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: UnitsNet/5.71.0...UnitsNet/5.72.0

UnitsNet/5.71.0

09 Mar 17:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: UnitsNet/5.70.0...UnitsNet/5.71.0

UnitsNet/6.0.0-pre014

09 Mar 17:40
Compare
Choose a tag to compare
UnitsNet/6.0.0-pre014 Pre-release
Pre-release

What's Changed

  • Adding the missing BaseUnits by @lipchev in #1473
  • BaseUnit generation for the prefixed units by @lipchev in #1485
  • Update the ToString format of the BaseUnits/Dimensions by @lipchev in #1486
  • Fix typo in MassMomentOfInertia.TonneSquareMilimeter by @lipchev in #1490
  • 🚸UnitParser.Parse should throw AmbiguousUnitParseException before any UnitNotFoundException (#1484) by @lipchev in #1494
  • Improving the ToUnit test coverage by @lipchev in #1493
  • Rename SpecificFuelConsumption.GramPerKiloNewtonSecond to GramPerKilonewtonSecond by @lipchev in #1491
  • Ensure that all base quantity units are BaseUnits by @lipchev in #1488
  • Include the non-prefixed BaseUnits in the BaseUnitPrefixes by @lipchev in #1492
  • Add a few more benchmarks by @lipchev in #1449
  • Changing the Dimensions and BaseUnit for the FuelEfficiency by @lipchev in #1489
  • VolumeConcentration: fix typo in LitersPerMililiter (missing 'l') by @lipchev in #1497
  • Use INumberBase.CreateChecked on .NET 7+ by @andrewimcclement in #1518

New Contributors

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

UnitsNet/5.70.0

26 Feb 11:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: UnitsNet/5.69.0...UnitsNet/5.70.0

UnitsNet/5.69.0

04 Feb 07:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: UnitsNet/5.68.0...UnitsNet/5.69.0

UnitsNet/5.68.0

02 Feb 00:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: UnitsNet/5.67.0...UnitsNet/5.68.0

UnitsNet/5.67.0

29 Jan 17:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: UnitsNet/5.66.0...UnitsNet/5.67.0

UnitsNet/5.66.0

19 Jan 22:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: UnitsNet/5.65.0...UnitsNet/5.66.0

UnitsNet/6.0.0-pre013

29 Dec 23:18
Compare
Choose a tag to compare
UnitsNet/6.0.0-pre013 Pre-release
Pre-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