Skip to content

Releases: angularsen/UnitsNet

3.48.0

11 Nov 20:49
Compare
Choose a tag to compare

Add density units (#205)
Add Newton per Minute units (#204)

JsonNet/1.0.0-alpha5

02 Nov 14:09
Compare
Choose a tag to compare
JsonNet/1.0.0-alpha5 Pre-release
Pre-release

#200 Modified serilization to support units saved as IComparable

by eriove

Support for serializing/deserializing to IComparable by including type information:
http://www.newtonsoft.com/json/help/html/serializetypenamehandling.htm

3.42.0: Merge pull request #188 from anjdreas/release/3.42

29 Sep 20:05
Compare
Choose a tag to compare

Add VolumeUnit.OilBarrel and FlowUnit.OilBarrelsPerDay #187

3.41.0

14 Sep 05:25
Compare
Choose a tag to compare

Add Area: Acre and Hectare #179

3.40.0

02 Aug 14:41
Compare
Choose a tag to compare

Add Flow.LitersPerHour #177

UnitsNet: 3.39.1

21 Jul 22:46
Compare
Choose a tag to compare

Fixes TryParse() method name

3.39.0

21 Jul 22:18
Compare
Choose a tag to compare

Add TryParse() methods to unit classes
Remove duplicate code for Parse() per unit class into UnitParser class
Fix copyright in file headers

3.38.0

08 Jul 07:37
Compare
Choose a tag to compare

Fix to the density conversions in the .json file #173

3.37.0

28 Jun 07:02
Compare
Choose a tag to compare
  • Added equality/comparison overloads for Duration and TimeSpan (#171)

UnitsNet: 3.36.0

03 Jun 19:13
Compare
Choose a tag to compare

Add Flow.CubicDecimeterPerMinute (#170)