Skip to content

Allow to unlist pre-release versions of a nuget package once a new version is released

License

Notifications You must be signed in to change notification settings

sillsdev/SIL.NuGetCleaner

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Jan 30, 2025
Jan 6, 2025
Feb 11, 2025
Jul 16, 2019
Jul 16, 2019
Jan 23, 2023
Jul 8, 2022
Aug 29, 2019
Jul 16, 2019
Jan 23, 2023
Jul 8, 2022
Aug 29, 2019

Repository files navigation

SIL.NuGetCleaner

NuGet version (SIL.NuGetCleaner) Build, Test and Pack

Description

nugetclean allows to unlist pre-release versions of a nuget package once a new version is released.

Installation

nugetclean is available as a .NET Core Global Tool:

dotnet tool install --global SIL.NuGetCleaner

Usage

nugetclean --api-key=<nuget api key> [--dry-run] <packageid>

--api-key - the NuGet API key with the permission to unlist a package

--dry-run - only list the package version that would be unlisted, but don't do it

<packageid> is the NuGet package id.