NugetUnlister 2.0.3

.NET 5.0
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global NugetUnlister --version 2.0.3
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 NugetUnlister --version 2.0.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NugetUnlister&version=2.0.3
nuke :add-package NugetUnlister --version 2.0.3

NugetUnlister

Project state

.GitHub GitHub issues NuGet version (NugetUnlister)

Usage

  • nuget-unlist list all [YOUR PACKAGE NAME]
  • nuget-unlist list PrereleaseBefore [YOUR PACKAGE NAME] [0.1.3]
  • nuget-unlist drop PrereleaseBefore [YOUR PACKAGE NAME] [0.1.3] [APIKEY] [Source of nuget repository]
  • nuget-unlist drop ReleaseBefore [YOUR PACKAGE NAME] [0.1.3] [APIKEY] [Source of nuget repository]
  • nuget-unlist drop AnyReleaseBefore [YOUR PACKAGE NAME] [0.1.3] [APIKEY] [Source of nuget repository]

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 prereleasebefore [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
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
2.2.0 399 10/18/2022
2.2.0-beta37 68 10/18/2022
2.1.0-beta34 76 10/9/2022
2.0.3 315 9/30/2022
2.0.2 299 9/30/2022
2.0.2-alpha.28 64 9/30/2022
2.0.2-alpha.27 66 9/30/2022
2.0.1 1,475 9/11/2021
2.0.1-beta20 259 9/11/2021
2.0.0 307 9/11/2021
2.0.0-beta16 206 9/11/2021
2.0.0-beta14 206 9/11/2021
2.0.0-alpha12 195 9/11/2021
1.1.0 316 3/21/2021
1.0.1 1,126 2/2/2020
1.0.1-beta279 288 2/2/2020
1.0.0 394 2/2/2020
0.1.0.20 1,058 2/3/2019
0.1.0.19 568 1/21/2019
0.1.0.18 606 1/21/2019
0.1.0.15 598 1/20/2019
0.1.0.14 585 1/20/2019