UnitsNet/6.0.0-pre015
Pre-release
Pre-release
·
28 commits
to master
since this release
What's Changed
- 🚸Describe why Parse fails due to case-insensitive ambiguity by @angularsen in #1484
- 💚⬆️net7 to net9 in tests and benchmarks by @angularsen in #1501
- 💚⬆️net7 to net8 (LTS), net9 (STS) by @angularsen in #1502
- Minor corrections to some unit abbreviations by @Jagailo in #1496
- Density: Add pound abbreviations by @hailstorm75 in #1506
- Added fluid resistance quantity by @Jagailo in #1474
- 💚FluidResistance: Remove duplicate, invalid base units by @angularsen in #1511
- Update .NET nanoFramework NuGets by @josesimoes in #1510
- Update .NET nanoFramework NuGets by @nfbot in #1516
- Add .NET nanoFramework package for Level unit by @josesimoes in #1520
- Update .NET nanoFramework NuGets by @nfbot in #1521
- Update .NET nanoFramework NuGets by @nfbot in #1522
- VolumeConcentration: fix the SingularName for LiterPerLiter and LiterPerMilliliter by @lipchev in #1504
- Decompose unit conversion functions to exact coefficients (non-breaking) by @lipchev in #1498
- Add .NET 9 to v6 by @andrewimcclement in #1525
- Removing the FrequencyUnit.BUnit by @lipchev in #1529
- Update .NET nanoFramework NuGets by @nfbot in #1530
- Decompose unit conversion functions to exact coefficients (breaking) by @lipchev in #1499
- PressureUnit: remove the MeterOfElevation and FootOfElevation by @lipchev in #1531
- Enum boxing optimizations (UnitKey) by @lipchev in #1507
- Merge v6 release branch into master by @angularsen in #1536
- Remove SupportsSIUnitSystem => true property overrides by @lipchev in #1537
UnitAbbreviationsCache
:GetDefaultAbbreviation
should throw when no abbreviations are mapped by @lipchev in #1539- Inverse of Zero should return PositiveInfinity by @lipchev in #1540
- re-organizing the QuantityIFormattableTests and UnitAbbreviationsCacheTests by @lipchev in #1541
- Add octet to Information and octet/s to Bitrate by @ThomasGaboriau in #1546
UnitAbbreviationsCache.CreateEmpty
should use the defaultQuantityInfoLookup
by @lipchev in #1548- Removing the IConvertible interface and fixing the JsonNet converters handling for nulls by @lipchev in #1550
- QuantityFormatter: Take UnitAbbreviationsCache instance, Format with TQuantity by @lipchev in #1551
QuantityParser
: making the constructor consistent with that of theUnitParser
by @lipchev in #1554- SpecificWeight: Update wiki link by @talanc in #1559
- Add SquareMillimeterKelvinsPerWatt to ThermalInsulance by @andrewmeservy in #1561
- feat(docs): Fixed Markdownlint, added cspell words and slight sample Readme improvement by @DevTKSS in #1563
QuantityInfo
: internalizing theUnitInfo
construction by @lipchev in #1555- refactor: Remove obsolete FromQuantityInfo method by @angularsen in #1574
- refactor: rename to Quantity.DefaultProvider.Quantities by @angularsen in #1576
- ♻️Move extension methods to UnitInfo by @angularsen in #1579
- Add Thermal Resistance (KelvinPerWatt and DegreesCelsiusPerWatt) by @andrewmeservy in #1560
- ✨Add Duration.Picoseconds by @benito5566 in #1567
- 🔧Set assembly file version to match nuget version by @angularsen in #1582
- fixup! 🔧Set assembly file version to match nuget version by @angularsen in #1583
New Contributors
- @hailstorm75 made their first contribution in #1506
- @ThomasGaboriau made their first contribution in #1546
- @talanc made their first contribution in #1559
- @DevTKSS made their first contribution in #1563
- @benito5566 made their first contribution in #1567
Full Changelog: UnitsNet/6.0.0-pre014...UnitsNet/6.0.0-pre015