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
Added support for file globbing, patterns such as path/**/to*/nupkgs/myPackage*.nupkg can now be passed in.
Added --highest-version filter option to allow operating only on the latest version of a package.
Commands that previously allowed only the full path to a nupkg such as version and id now allow folders and globbing patterns as long as they resolve to a single package. This removes the need to first resolve the package path with list.
Improved release command support for running against a folders with duplicate package ids.