UnitsNet/6.0.0-pre014
Pre-release
Pre-release
·
46 commits
to master
since this 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
- @andrewimcclement made their first contribution in #1518
Full Changelog: UnitsNet/6.0.0-pre013...UnitsNet/6.0.0-pre014