NugetUnlister 3.0.1
dotnet tool install --global NugetUnlister --version 3.0.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local NugetUnlister --version 3.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NugetUnlister&version=3.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package NugetUnlister --version 3.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NugetUnlister
Project state
Usage
list commands
nuget-unlist list any [YOUR PACKAGE NAME]
nuget-unlist list pre [YOUR PACKAGE NAME] [0.1.3]
nuget-unlist list rel [YOUR PACKAGE NAME] [0.1.3]
nuget-unlist list like [YOUR PACKAGE NAME] REGEXPATTERN
drop commands
nuget-unlist drop any [YOUR PACKAGE NAME] [0.1.3] [APIKEY] [Source of nuget repository]
nuget-unlist drop pre [YOUR PACKAGE NAME] [0.1.3] [APIKEY] [Source of nuget repository]
nuget-unlist drop rel [YOUR PACKAGE NAME] [0.1.3] [APIKEY] [Source of nuget repository]
nuget-unlist drop like [YOUR PACKAGE NAME] REGEXPATTERN
Sample Usage in CI
& dotnet tool install --global NugetUnlister
$packageVersion = Get-ChildItem -Recurse -Filter '*.nupkg' | select { $_.Name } -ExpandProperty Name -First 1 | Select-String -Pattern "\d[\d\w\.\+-]+(?=.nupkg)" | %{$_.Matches.Value}
& nuget-unlist drop pre [YOUR PACKAGE ID] $packageVersion $(nugetApiKey)
Breaking changes
Version 1.x.x
- call syntax has been changed for most commands to simplify common execution scenarios as mentioned in #5
Version 2.0.0
- This is now a .net 5.0 tool
-
Version 3.0.0
- This is now a .net 6.0, 7.0, 8.0 tool
- major refactoring that also fixes interaction with the service index
Release Information
Version 2.1.0
- Implementation change to use System.CommandLine to provide tab completion for CLI usage.
Version 2.2.0
- nuget-unlist list like
- nuget-unlist drop like
Version 2.2.1
- Crosscompile as NET 5,6,7 so this works in CI without installing older versions of .NET
Version 2.2.2
- Fixes to properly respect the --source option
Version 3.0.1
- Fixed issue with packages that have a large number of metadata items (#36)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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 |
---|---|---|
3.0.1 | 259 | 1/27/2025 |
3.0.0 | 176 | 8/25/2024 |
3.0.0-beta63 | 117 | 8/25/2024 |
3.0.0-beta61 | 117 | 8/25/2024 |
2.2.2 | 233 | 2/5/2024 |
2.2.2-beta58 | 164 | 2/2/2024 |
2.2.1 | 243 | 7/5/2023 |
2.2.1-beta55 | 231 | 6/26/2023 |
2.2.1-beta52 | 171 | 6/26/2023 |
2.2.1-beta48 | 218 | 6/26/2023 |
2.2.1-beta45 | 193 | 6/26/2023 |
2.2.0 | 829 | 10/18/2022 |
2.2.0-beta37 | 226 | 10/18/2022 |
2.1.0-beta34 | 265 | 10/9/2022 |
2.0.3 | 438 | 9/30/2022 |
2.0.2 | 416 | 9/30/2022 |
2.0.2-alpha.28 | 124 | 9/30/2022 |
2.0.2-alpha.27 | 119 | 9/30/2022 |
2.0.1 | 3,061 | 9/11/2021 |
2.0.1-beta20 | 389 | 9/11/2021 |
2.0.0 | 428 | 9/11/2021 |
2.0.0-beta16 | 304 | 9/11/2021 |
2.0.0-beta14 | 309 | 9/11/2021 |
2.0.0-alpha12 | 314 | 9/11/2021 |
1.1.0 | 433 | 3/21/2021 |
1.0.1 | 1,263 | 2/2/2020 |
1.0.1-beta279 | 385 | 2/2/2020 |
1.0.0 | 528 | 2/2/2020 |
0.1.0.20 | 1,236 | 2/3/2019 |
0.1.0.19 | 708 | 1/21/2019 |
0.1.0.18 | 744 | 1/21/2019 |
0.1.0.15 | 726 | 1/20/2019 |
0.1.0.14 | 709 | 1/20/2019 |
catalog fix for larger catalog pages of packages