1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 09:25:48 +00:00
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>
2024-04-17 15:30:41 +00:00
..
api_v2.go Fix handling of plenty Nuget package versions (#26075) 2023-07-26 19:43:21 +00:00
api_v3.go Fix NuGet search endpoints (#25613) 2023-08-14 02:50:55 +00:00
auth.go More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
links.go Fix handling of plenty Nuget package versions (#26075) 2023-07-26 19:43:21 +00:00
nuget.go Support nuspec manifest download for nuget packages (#28921) 2024-04-17 15:30:41 +00:00