emgarten / Sleet

A static nuget feed generator for Azure Storage, AWS S3, and more.
MIT License
362 stars 43 forks source link

[Question] Unlisting a package #201

Closed JinShil closed 2 months ago

JinShil commented 2 months ago

Is there a way to unlist a package so that it is still installable, but doesn't appear in package searches? I'm trying to accomplish the same thing as Nuget.org does here: https://learn.microsoft.com/en-us/nuget/nuget-org/policies/deleting-packages#unlisting-a-package

emgarten commented 2 months ago

Unlisting currently isn't supported by sleet.

You could manually edit /search/query to remove it as a workaround.

JinShil commented 2 months ago

Thank you.