summaryrefslogtreecommitdiffstats
path: root/routers/api/packages/nuget/api_v2.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of plenty Nuget package versions (#26075)KN4CK3R2023-07-261-2/+12
| | | | | | Fixes #25953 - Do not load full version information (v3) - Add pagination support (v2)
* Normalize NuGet package version on upload (#22186)KN4CK3R2022-12-201-1/+1
| | | | | | | | Fixes #22178 After this change upload versions with different semver metadata are treated as the same version and trigger a duplicated version error. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
| | | | | | | | | Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
* Add support for Chocolatey/NuGet v2 API (#21393)KN4CK3R2022-10-131-0/+393
Fixes #21294 This PR adds support for NuGet v2 API. Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>