You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --prefer-released option to NuGetDiffCommand (#30)
* Add a --prefer-release to remove prerelease
This is useful if you want to include prerelease, but also
want to select release over prerelease as previews change
APIs because they are not official.
* Update PackageVersionsTests.cs
---------
Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
Build using .net core 3.0 (#5)
* Build using .net core 3.0
* Only build master branch
* Make sure to build .net core 2 and 3 tools
* Fix the tests for new APIs