emgarten / Sleet

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

Featurerequest: Support for nuget v2 #124

Closed ds2edv closed 4 years ago

ds2edv commented 4 years ago

Hello,

any chance to use it as a v2 feed?

Would use it with chocolatey but they only support v2 feeds at the moment.

Greetings

emgarten commented 4 years ago

the v2 feed format is OData. It uses query parameters and wouldn't work for static files, which means we can't support it in Sleet.

I would really like to see chocolately updated to support NuGet v3 feeds.

https://github.com/chocolatey/choco/issues/508