Skip to content

Releases: angularsen/UnitsNet

3.34.0

21 Apr 21:49
Compare
Choose a tag to compare

#164 Added Min and MaxValue

3.33.0

18 Apr 21:07
Compare
Choose a tag to compare

#157 Add overloads and conversion to TimeSpan for Duration
#160 Add overloads for speed and SpecificEnergy
#161 Add overloads for viscosity
#162 Add overloads for MassFlow and fuel consumption

3.32.0

08 Apr 13:37
Compare
Choose a tag to compare

PRs:
#156 Added BrakeSpecificFuelConsumption

3.31.0

05 Apr 13:49
Compare
Choose a tag to compare

Added DegreesPerMinute #155

3.30.0

02 Apr 20:12
Compare
Choose a tag to compare

#154 Added overload for length divided by speed @eriove

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)