You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/packages/nuget
Michael Kriese bafb80f80d
Support nuspec manifest download for nuget packages (#28921)
Support downloading nuget nuspec manifest[^1]. This is useful for
renovate because it uses this api to find the corresponding repository

- Store nuspec along with nupkg on upload
- allow downloading nuspec
- add doctor command to add missing nuspec files 


[^1]:
https://learn.microsoft.com/en-us/nuget/api/package-base-address-resource#download-package-manifest-nuspec

---------

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
10 months ago
..
api_v2.go Fix handling of plenty Nuget package versions (#26075) 2 years ago
api_v3.go Fix NuGet search endpoints (#25613) 2 years ago
auth.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
links.go Fix handling of plenty Nuget package versions (#26075) 2 years ago
nuget.go Support nuspec manifest download for nuget packages (#28921) 10 months ago