Commit Graph

4 Commits (b00489886d7428ed38dcbe359bfb623f4f7d9d49)

Author SHA1 Message Date
KN4CK3R 2d7fe4cc1e
Fix handling of plenty Nuget package versions ()
Fixes 

- Do not load full version information (v3)
- Add pagination support (v2)
KN4CK3R 86ace4b5c2
Normalize NuGet package version on upload ()
Fixes 

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>
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files ()
Change all license headers to comply with REUSE specification.

Fix 

Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
KN4CK3R 0e58201d1a
Add support for Chocolatey/NuGet v2 API ()
Fixes 

This PR adds support for NuGet v2 API.

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>