Skip to content

Releases: angularsen/UnitsNet

3.29.0

16 Mar 14:05
Compare
Choose a tag to compare

3.28.1

02 Mar 09:04
Compare
Choose a tag to compare

Fix missing generated code due to merging multiple PRs

3.28.0

02 Mar 09:03
Compare
Choose a tag to compare
  • Add nano/micro/milli prefixes to Degree unit (@tongbong)
  • Add prefixes nano through kilo to NewtonPerSecond (@tongbong)
  • Add Angle units DegreePerSecond with prefixes (@tongbong)
  • Add nullable constructor methods (@eriove)
  • Add prefixes to LitersPerMinute, fix abbreviations (@rdelhommer)

3.27.0

26 Feb 09:41
Compare
Choose a tag to compare
  • Add 3 DynamicViscosity units (@gsokoll)

3.26.0

19 Feb 21:51
Compare
Choose a tag to compare
  • Add cubicmicrometer unit (@tongbong)
  • Add table/teaspoon units (@neutmute)
  • Add ToStringDefaultUnit static property (@eriove)
  • Throw on ambiguous units in Parse() (@neutmute)

version: 3.13.1

25 Jun 21:22
Compare
Choose a tag to compare

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

17 Oct 17:51
Compare
Choose a tag to compare
3.1.0

Add nuget targets for .NET 4.5

v1.12-beta

04 Jan 22:18
Compare
Choose a tag to compare
v1.12-beta Pre-release
Pre-release
  • Add speed units (km/h, m/s, ft/s, knots, mph).
  • Add mass units (microgram, nanogram).

v1.11

18 Nov 23:58
Compare
Choose a tag to compare

Fixed bugs in Flow and RotationalSpeed units after refactoring to T4 templates (thanks George Zhuikov).
Added Temperature units.

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.