Skip to content

Releases: angularsen/UnitsNet

v1.10

18 Nov 23:58
Compare
Choose a tag to compare

Added missing localization to units for US English and Russian cultures (thanks George Zhuikov).
Added RotationalSpeed and Flow unit classes (thanks George Zhuikov).
Added mils and microinches length units (thanks Georgios).
Refactored to generate unit classes with T4 templates, a lot less work to add new units.

v1.9

18 Nov 23:59
Compare
Choose a tag to compare

Improved precision of PoundForce unit (thanks Jim Selikoff).

v1.8

18 Nov 23:59
Compare
Choose a tag to compare

Added angle units of measurement (thanks Georgios).
Added tests and fixed bug in NewtonPerSquareCentimeter and NewtonPerSquareMillimeter.

v1.7

08 Aug 06:51
Compare
Choose a tag to compare

Added imperial and US units for volume and area.

v1.6

06 Aug 21:00
Compare
Choose a tag to compare

Added metric area units.
Fixed bug where exception was thrown instead of returning false for TryConvert to volume units.

v1.5

04 Aug 22:03
Compare
Choose a tag to compare

Added metric volume units.
Fixed bug where some TryConvert cases threw exception instead of returning false.