What's Changed * Fix spacing for generated classes by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1045 * Remove breaking API change to IQuantity by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1047
What's Changed * Use pattern matching for switch statements by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1038 * Create better doc with crefs by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1040 * Add obsolete to nanoframework code for deprecated units by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1041 * Add Angstrom unit by JasLieb in https://github.com/angularsen/UnitsNet/pull/1042 * Whitespace consistency to match library arithmetic / generated prefixes by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1044
New Contributors * JasLieb made their first contribution in https://github.com/angularsen/UnitsNet/pull/1042
What's Changed * Add decaliters by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1035 * Add decameters by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1036
What's Changed * Move abbreviation mapping to individual quantity types by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1031 * Deprecate plural Molarity units by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1030
What's Changed * Move init of static props to static constructor by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1025 * Change replacement token in json files from `x` to `{x}` by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1028 * Use UnitConverter to do conversion functions and allow basic extensibility by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1023 (_**breaking change for implementors of the IQuantity interface**_) * Improve precision of ft² and ft³ by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1029
What's Changed * Remove duplicate QuantityInfo constructor setters by tmilnthorp in https://github.com/angularsen/UnitsNet/pull/1020 * Improve update of .NET nanoFramework by josesimoes in https://github.com/angularsen/UnitsNet/pull/1022 * Update .NET nanoFramework NuGets by nfbot in https://github.com/angularsen/UnitsNet/pull/1021
New Contributors * nfbot made their first contribution in https://github.com/angularsen/UnitsNet/pull/1021