Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Proget showing deleted versions of nuget packages
-
Hi Team,
Proget is showing deleted versions of nuget packages.
https://www.nuget.org/packages/System.ComponentModel.Composition#versions-body-tab
Can you confirm if it's a bug.
Thanks
parthu
-
Hi @parthu-reddy ,
This behavior is expected; these have a status of "unlisted", which you can see on NuGet.org if you look in the API or type in the URL directly:
- https://www.nuget.org/packages/System.ComponentModel.Composition/2010.2.11
- https://www.nuget.org/packages/System.ComponentModel.Composition/2010.2.11.1
ProGet does not hide unlisted packages by design, but shows them with an unlisted icon instead.
Thanks,
Alana