Skip to content

Releases: angularsen/UnitsNet

UnitsNet/3.109.0

15 Nov 21:34
Compare
Choose a tag to compare

5342ec9 Add KilogramPerMinute, KilousGallonsPerMinute (#561)

UnitConverterWpf/2018-11-09

09 Nov 22:09
Compare
Choose a tag to compare
  • Updated to net471
  • Updated to UnitsNet 4.0.0-beta1

UnitsNet/3.108.0

05 Nov 15:29
Compare
Choose a tag to compare
  • Regenerate code
  • Mute warning CS1591
  • Restrict JsonNet compat tests to v1.x of JSON lib
  • fixup! Restrict JsonNet compat tests to v1.x of JSON lib
  • Copy reflection code to json lib (V3) (#553)
  • Add deprecation notice to signed nugets (#551)
  • Adding lbf/(ft·s) and lb/s³ units for heat flux (#536)

UnitsNet/3.107.1

03 Nov 11:44
Compare
Choose a tag to compare

9f609f2 Revert "Adding SourceLink properties and NuGet package (#538)"
a4734e4 UnitsNet: 3.107.0
c1b8832 Adding SourceLink properties and NuGet package (#538)
dda6a62 Adding units for coefficient of thermal expansion (#543)
b7fcf4b Adding KiloLiters and PoundsPerMinute (#533)
29cbadf Making Obsolete attribute message consistent across scripts (#544)
28f0989 Fix for explicit AbbreviationsWithPrefixes not lining up with the pre… (#542)
157b288 Fixing nasty bug in GetHashCode where two quantities with the same nu… (#541)
0f4769d Adding dyn/cm² and lbm/(in·s²) units for pressure (#534)
db10372 Adding support for micro/milli newtons, as well as ounce force (#535)
2a2730c Merge pull request #513 from McNeight/Slug
5cf5dd2 Updated conversion constants in test cases from #482

UnitsNet/3.106.0

12 Oct 13:16
Compare
Choose a tag to compare

ebf78f2 Add SlugSquareFoot and SlugSquareInch (#482)
fe8b3e9 Split ParseUnit(string, string) into WRC and NetFx codegen
a4e4768 Obsolete From unit methods were not being marked as obsolete (#491)
b06a9c3 Obsolete nullable methods (#486)
a46a4c0 Change extension methods to use generics

UnitsNet/3.105.0

24 Sep 17:31
Compare
Choose a tag to compare
  • Update hyperlinks for README.md and CONTRIBUTING.md (#468)
  • Adding barrels per minute and barrels per hour
  • Update README.md
  • Fixing ~1200 warnings by disabling XML comment warnings for generated unit enums. Move obsolete tag for ToStringDefaultUnit to make XML comment valid.
  • Adding missing comments to remove warnings
  • Fix warnings for .cs files being included twice in compile group as well as "none" group.
  • Moving GetAbbreviation implementations to appropiate generated classes to remove #if for WCR (#476)
  • Feature/less ambiguous exception (#479)
  • No Undefined enum value for Units property (#480)
  • Update API key for nuget.org

UnitsNet/3.104.0

23 Jul 20:47
Compare
Choose a tag to compare

Use "kn" as default abbreviation for knots (ISO Standard) (#467) [Jan Paolo Go]
Add centiampere (#464) [Tristan Milnthorp]
Fix for whitespace between unit properties in common code generator (#465) [Tristan Milnthorp]
Split WRC (#463) [Tristan Milnthorp]

UnitsNet/3.103.0

16 Jul 15:17
Compare
Choose a tag to compare
  • Do conversions with internal numeric type (#456)
  • Changing Compare methods to compare current value to other in "this" … (#454)
  • Split wrc (#458)
  • Merge pull request #459 from angularsen/add-xmldoc-to-nugets
  • Adding method to convert quantity into another quantity (#457)
  • Moving code that is not valid in WRC from Common code to NetFramework… (#460)
  • Split wrc (#461)
  • Adding IQuantity interface. Currently only has the QuantityType and BaseDimensions properties. (#462)

UnitsNet/3.101.0

26 Jun 16:27
Compare
Choose a tag to compare

Move UnitsNet.WindowsRuntimeComponent to top-level (#453) @tmilnthorp
Relative and absolute equality (#451) @tmilnthorp

UnitsNet/3.100.0

21 Jun 18:37
Compare
Choose a tag to compare

#444 Add BaseDimensions
#448 PowerDensity
#447 Fix build with .NET Core SDK 2.1.200
#445 Add operator overloads for SpecificWeight
Rename signed assembly names to .Signed
Mute build warnings about own obsolete code (tons of it!)