Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

Re-tag/Re-version a published nuget package

$
0
0

Once a published nuget package that is in release candidate (e.g 4.5.0-RC) status, has passed all the verification tests, we would like to change it's version to a release one like v.4.5.0 without rebuilding it from the source code.

The RC version of it, has been created like this:

dotnet publish -c Release -o out --no-restoredotnet pack --configuration Release --no-build --output nupkgs \p:PackageVersion=4.5.0-RCdotnet nuget push nupkgs/org.package_one.4.5.0-RC.nupkg --api-key xxx --source "github"

So, is there any way to

  1. pull it
  2. change the version and the tag
  3. push it to the remote registry

Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>