ebf78f28 Add SlugSquareFoot and SlugSquareInch (482) fe8b3e91 Split ParseUnit(string, string) into WRC and NetFx codegen a4e47689 Obsolete From unit methods were not being marked as obsolete (491) b06a9c37 Obsolete nullable methods (486) a46a4c0c Change extension methods to use generics
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
3.104.0
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]
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)
3.101.0
Move UnitsNet.WindowsRuntimeComponent to top-level (453) tmilnthorp Relative and absolute equality (451) tmilnthorp
3.100.0
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!)