Skip to content

x789/nuget-release-repack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuget Release-Repack

A utility to repack a prerelease nuget-package as release without recompilation.

Please keep in mind, that repackaging invalidates the signature of a package. Therefore, repackaged packages are not signed.

Installation

Check the tool's nuget.org page for precompiled releases and how to install them.

Usage

# To repack mypackage.1.0.0-preview974 as mypackage.1.0.0.nupkg:
nuget-release-repack --path-to-prerelease mypackage.1.0.0-preview974 --output-directory c:\Releases\

(c) 2022 TillW - Licensed to you under the MIT License

About

A utility to repack a prerelease nuget-package as release without recompilation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages