Releases: angularsen/UnitsNet
version: 3.13.1
Add 4 prefixes to Pascal Pressure unit (@schulz3000)
Add 5 prefixes to Bar Pressure unit (@schulz3000)
Add MillimeterPerSecond Speed unit (@tongbong)
Add 16 SpecificWeight units (@bijan86)
Add 9 Density units (@bijan86)
Add 12 Pressure units (@bijan86)
Add TonneForce Force unit (@bijan86)
Add KilogramForceCentimeter Torque unit (@bijan86)
Breaking changes:
- Torque: Rename Newtonmeter to NewtonMeter
- Torque: Change "Nm" abbreviation to "N·m"
- Force: Rename PoundForces to PoundsForce
Add nuget targets for .NET 4.5
3.1.0 Add nuget targets for .NET 4.5
v1.12-beta
- Add speed units (km/h, m/s, ft/s, knots, mph).
- Add mass units (microgram, nanogram).
v1.11
Fixed bugs in Flow and RotationalSpeed units after refactoring to T4 templates (thanks George Zhuikov).
Added Temperature units.
v1.10
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
Improved precision of PoundForce unit (thanks Jim Selikoff).
v1.8
Added angle units of measurement (thanks Georgios).
Added tests and fixed bug in NewtonPerSquareCentimeter and NewtonPerSquareMillimeter.
v1.7
Added imperial and US units for volume and area.
v1.6
Added metric area units.
Fixed bug where exception was thrown instead of returning false for TryConvert to volume units.
v1.5
Added metric volume units.
Fixed bug where some TryConvert cases threw exception instead of returning false.