Altemiq.NuGet.Promote 1.0.0

dotnet tool install --global Altemiq.NuGet.Promote --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Altemiq.NuGet.Promote --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Altemiq.NuGet.Promote&version=1.0.0
                    
nuke :add-package Altemiq.NuGet.Promote --version 1.0.0
                    

NuGet Package Promotion

This promotes nuget get packages from being pre-release to full release, either to the same destination, or another destination.

Installation

> dotnet tool install --global Altemiq.NuGet.Promote

Usage

> dotnet promote source [Base.Package.Name] [Derived.Package.Name] --source https://nuget.pkg.github.com/<github-owner>/index.json

Options

Description:
  Releases the specified name and version

Usage:
  dotnet promote source [<NAME>...] [options]

Arguments:
  <NAME>  The package(s) to promote

Options:
  -v, --version <v>      The package version to promote. Leave blank to promote the latest pre-release version
  -?, -h, --help         Show help and usage information
  -l, --label <l>        The new label, or leave blank to promote to a full release.
  -s, --source <s>       Package source (URL, UNC/folder path or package source name) to use. Defaults to DefaultPushSource if specified in NuGet.Config.
  -d, --destination <d>  Package destination (URL, UNC/folder path or package source name) to use. Defaults to source.
  -k, --api-key <k>      The API key for the server.
  -r, --recurse          Whether to recursively promote dependencies

The packages a promoted in order, so either promote the base packages first, or set --recurse.

Feedback

File issues and comments at http://github.com/altemiq/nuget-promote/

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.0 203 11/25/2025