Skip to content

Releases: angularsen/UnitsNet

UnitsNet/3.90.0

24 Feb 03:15
Compare
Choose a tag to compare

Added RevolutionPerMinutePerSecond to RotationalAcceleration #402
Added ReactiveEnergy #404
Added Revolution to Angle #406
Added few prefixes #407
Added TonPerHour to MassFlow #408
Added LinearDensity, and PoundsPerUSGallon and PoundsPerImperialGallon to Density Units #411

UnitsNet/3.89.0

10 Feb 12:02
Compare
Choose a tag to compare

Fixes

Serialization broken since 3.79.0 #387
Fix operator overloads using TimeSpan.Seconds (#399)

New

Add Area UsSurveySquareFeet (#398)
Add operator overloads to VolumeFlow, Area, and Speed (#400)
Add Acceleration: Knots per second|minute|hour (#401)
Add Altitude, AreaDensity, Capacitance, ElectricCharge ... (#364)
Add symbols nuget packages with source (#393)

Maintenance

Merge pull request #395 from angularsen/angularsen/json-use-projectref

Sample app: UnitConverter.Wpf 2018-02-04

05 Feb 19:23
Compare
Choose a tag to compare

First release of the UnitConverter.Wpf sample application. Release binaries included.

UnitsNet.Samples.UnitConverter.Wpf-20180204-dec7fc8.zip

UnitsNet/3.88.0

27 Jan 11:44
Compare
Choose a tag to compare
  • New converter app in WPF
  • Area FromCircle methods
  • Flow renamed to VolumeFlow
  • New operator for Volume = VolumeFlow/TimeSpan
  • Speed tests prettification
  • ElectricConductance
  • .editorconfig based on Roslyn's
  • Fixed path to msbuild
  • Added build-skip-uwp.bat
  • ApparentEnergy
  • Irradiance
  • ElectricResistivity
  • Illuminance
  • LuminousFlux
  • LuminousIntensity
  • SolidAngle
  • ThermalConductivity
  • MagneticFlux
  • Magnetization
  • Permeability
  • Permittivity
  • Irradiation
  • BitRate

UnitsNet/3.87.0

14 Jan 00:12
Compare
Choose a tag to compare

Add TemperatureDelta times SpecificEntropy equals SpecificEnergy (#355)
Add WPF MVVM Sample App (#353)
Add Crawlspace to README (#359)
Add Mass Flux (#362)
Add More Flow Units (#361)

UnitsNet/3.86.0

03 Jan 13:46
Compare
Choose a tag to compare
  • Modified Equals tests to use overload that allows you to provide a tolerance for comparison.
  • Added kilo/mega units to Force and Torque
  • Added speed units
  • Added quantity SpecificVolume

UnitsNet/3.85.0

11 Dec 13:24
Compare
Choose a tag to compare

Add .NET 4.0 target (#335)

UnitsNet/3.84.0

10 Dec 19:57
Compare
Choose a tag to compare

Removed Delta suffix of TemperatureDelta units (#339)

UnitsNet/3.83.0

05 Dec 21:07
Compare
Choose a tag to compare

Add acceleration units g, ft/s² and in/s² (#333)

UnitsNet/3.82.0

02 Dec 20:35
Compare
Choose a tag to compare

Read units with UTF8 encoding (#326)