Synced with `master` branch.
What's Changed
* ♻️Allow custom units to set UnitInfo.QuantityName by angularsen in https://github.com/angularsen/UnitsNet/pull/1421
Changing the Angle.BaseUnit from Degrees to Radians 7f980486339d816ce8ec7f0615c1ca185ca90a39
* Fix nullability indicators for the Parse/TryParse overloads by lipchev in https://github.com/angularsen/UnitsNet/pull/1446
* Fixing the nullability attribute of the AbbreviatedUnitsConverter (build failure) by lipchev in https://github.com/angularsen/UnitsNet/pull/1457
* QuantityFormatter defaults to the "G" format by lipchev in https://github.com/angularsen/UnitsNet/pull/1450
* Constrained the GenericMathExtensions to IQuantity by lipchev in https://github.com/angularsen/UnitsNet/pull/1448
* Update the UnitRelations.json by lipchev in https://github.com/angularsen/UnitsNet/pull/1453
* Removing TorquePerLength by lipchev in https://github.com/angularsen/UnitsNet/pull/1458
* Remove IParsable and IComparisonOperators from the IQuantity interface by lipchev in https://github.com/angularsen/UnitsNet/pull/1459
* Rename ThermalResistance to ThermalInsulance by lipchev in https://github.com/angularsen/UnitsNet/pull/1460
* Add radiation equivalent dose rate by angularsen in https://github.com/angularsen/UnitsNet/pull/1468
* Change RadiationEquivalentDoseRate base unit to Sv/s - v6 by angularsen in https://github.com/angularsen/UnitsNet/pull/1470
* UnitParser.TryParse doesn't try with FallbackCulture (v6) by lipchev in https://github.com/angularsen/UnitsNet/pull/1466
* 🔥Remove static Default getters, obsoleted by UnitsNetSetup by angularsen in https://github.com/angularsen/UnitsNet/pull/1475
* 💥Change UnitAbbreviationsCache ctor to not load defaults by angularsen in https://github.com/angularsen/UnitsNet/pull/1476
* 💥Change UnitParser ctor to require unit abbreviations cache by angularsen in https://github.com/angularsen/UnitsNet/pull/1477
* 💥Require unit enum types to also be struct by angularsen in https://github.com/angularsen/UnitsNet/pull/1472
* Revert "🔥Remove static Default getters, obsoleted by UnitsNetSetup" by angularsen in https://github.com/angularsen/UnitsNet/pull/1480
* 💥Remove obsolete electric quantities by angularsen in https://github.com/angularsen/UnitsNet/pull/1482
Maintenance
* Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows by dependabot in https://github.com/angularsen/UnitsNet/pull/1422
* ⬆️ Nugets by angularsen in https://github.com/angularsen/UnitsNet/pull/1455
* Update the Samples (v6) by lipchev in https://github.com/angularsen/UnitsNet/pull/1479
Merged in from master
* ✨Update Length.SolarRadius definition per IAU Res. B3 by saadsidqui in https://github.com/angularsen/UnitsNet/pull/1426
* Add KelvinPerMinute to TemperatureChangeRateUnit by andrewmeservy in https://github.com/angularsen/UnitsNet/pull/1429
* Fix a bug in BaseDimensions.ToString() by ygorshkov in https://github.com/angularsen/UnitsNet/pull/1431
* Fix a bug in BaseDimensions.IsBaseQuantity() by ygorshkov in https://github.com/angularsen/UnitsNet/pull/1430
* added new units to the TemperatureChangeRate quantity by David-HH-Dev in https://github.com/angularsen/UnitsNet/pull/1433
* docs: add documentation for unitsnet-go package by haimkastner in https://github.com/angularsen/UnitsNet/pull/1441
* Minor performance improvements to the BaseUnits class (v5) by lipchev in https://github.com/angularsen/UnitsNet/pull/1452
* Add radiation equivalent dose rate by voronizer in https://github.com/angularsen/UnitsNet/pull/1464
* Change RadiationEquivalentDoseRate base unit to Sv/s by angularsen in https://github.com/angularsen/UnitsNet/pull/1469
* Added Dose Area Product (DAP) quantity by Jagailo in https://github.com/angularsen/UnitsNet/pull/1471
* Add/rename electric quantities by McNeight in https://github.com/angularsen/UnitsNet/pull/1444
* 💚Fix nanoFramework build, replace <see cref=""> with <c> in xmldoc by angularsen in https://github.com/angularsen/UnitsNet/pull/1478
* Un-obsolete static Default getters by angularsen in https://github.com/angularsen/UnitsNet/pull/1481
New Contributors
* saadsidqui made their first contribution in https://github.com/angularsen/UnitsNet/pull/1426
* andrewmeservy made their first contribution in https://github.com/angularsen/UnitsNet/pull/1429
* ygorshkov made their first contribution in https://github.com/angularsen/UnitsNet/pull/1431
* David-HH-Dev made their first contribution in https://github.com/angularsen/UnitsNet/pull/1433
* voronizer made their first contribution in https://github.com/angularsen/UnitsNet/pull/1464
**Full Changelog**: https://github.com/angularsen/UnitsNet/compare/UnitsNet/6.0.0-pre012...UnitsNet/6.0.0-pre013