Altemiq.NuGet.Promote.linux-arm64 1.0.0

dotnet add package Altemiq.NuGet.Promote.linux-arm64 --version 1.0.0
                    
NuGet\Install-Package Altemiq.NuGet.Promote.linux-arm64 -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Altemiq.NuGet.Promote.linux-arm64" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Altemiq.NuGet.Promote.linux-arm64" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Altemiq.NuGet.Promote.linux-arm64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Altemiq.NuGet.Promote.linux-arm64 --version 1.0.0
                    
#r "nuget: Altemiq.NuGet.Promote.linux-arm64, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Altemiq.NuGet.Promote.linux-arm64@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Altemiq.NuGet.Promote.linux-arm64&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Altemiq.NuGet.Promote.linux-arm64&version=1.0.0
                    
Install as a Cake Tool

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 205 11/25/2025