Successfully building and publishing my own NuGet packages via a batch script, I would love to automatically unlist all previous versions when uploading a new version of my package.
What I'm currently doing is to manually use the web browser and unlist the previous versions.
So my question:
Is it possible to automatically unlist all previous versions when publishing a new NuGet package version?