Releases: emgarten/NupkgWrench
Releases · emgarten/NupkgWrench
1.1.0
- 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.