Releases: angularsen/UnitsNet
UnitsNet/3.109.0
UnitConverterWpf/2018-11-09
- Updated to net471
- Updated to UnitsNet 4.0.0-beta1
UnitsNet/3.108.0
UnitsNet/3.107.1
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
UnitsNet/3.105.0
- 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
UnitsNet/3.103.0
- 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
Move UnitsNet.WindowsRuntimeComponent to top-level (#453) @tmilnthorp
Relative and absolute equality (#451) @tmilnthorp