Skip to content

Releases: emgarten/NupkgWrench

1.1.0

07 Nov 04:11
Compare
Choose a tag to compare
  • 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.

1.0.2

04 Sep 03:13
Compare
Choose a tag to compare
  • Fixes #1 Release command will now update the MinVersion on dependency ranges by default.

1.0.1

09 Aug 04:45
Compare
Choose a tag to compare
  • Fixed nupkg already in use error when using filters
  • Added --exclude-symbols for filtering out .symbols.nupkg packages

1.0.0

08 Aug 06:33
Compare
Choose a tag to compare

First release of NupkgWrench

  • Display id, version, files, and nuspec from a nupkg
  • Support for adding ContentFiles entries
  • Release command for converting nupkgs to a stable release version