Add UnitsNet.NumberExtensions nuget - #742
Conversation
Update to the latest version
Forgot to include release note about supporting arrays.
… add the version bump scripts.
Restore 'NumberTo' extensions
Codecov Report
@@ Coverage Diff @@## master #742 +/- ##
==========================================
+ Coverage 62.95% 62.96% +<.01%
==========================================
Files 270 270 Lines 39529 39539 +10 ==========================================
+ Hits 24886 24896 +10
Misses 14643 14643
Continue to review full report at Codecov.
|
angularsen
left a comment
There was a problem hiding this comment.
It's starting to look very good, a few comments.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
angularsen
commented
Jan 31, 2020
via email
Perfect :-) |
Get the latest version from uptream
…a test project for extension methods, and improve the Extension project decription.
Sync the Extension project version number with the main library, add a test project for extension methods, and improve the Extension project description.
Fix the NuGet package name, and add new test project to the build pro…
angularsen
left a comment
There was a problem hiding this comment.
I think this looks really good!
It's a bit hard to say for sure, there are a ton of changes here, but I've skimmed through it and can't find any obvious problems with it. I think we should just let it roll out and start playing with the new nuget 🎉
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Added kilopound-force imperial variant to force (angularsen#747)
angularsen
commented
Feb 6, 2020
@luli0401 And it's live! :-) https://www.nuget.org/packages/UnitsNet.NumberExtensions/4.44.0 I did a quick test referencing the nuget and it works as expected 🎉 |
luli0401
commented
Feb 6, 2020
I saw that, excellent! |
angularsen
commented
Feb 6, 2020
And thank you for the great work 😀 It was solid. |
Fixes#735.
This pull request is based on the discussion of issue #735.
Create new 'UnitsNet.Extensions' project which includes all the NumberToExtensions, and include this NuGet package in the build process.