diff options
author | KN4CK3R <admin@oldschoolhack.me> | 2022-10-13 12:19:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 18:19:39 +0800 |
commit | 0e58201d1a8247561809d832eb8f576e05e5d26d (patch) | |
tree | d179aa644701a97f5a0a4ae7bcf5e78d52768387 /docs | |
parent | c35531dd118ad8fe8ff0c7aa27bb925fb46f09af (diff) | |
download | gitea-0e58201d1a8247561809d832eb8f576e05e5d26d.tar.gz gitea-0e58201d1a8247561809d832eb8f576e05e5d26d.zip |
Add support for Chocolatey/NuGet v2 API (#21393)
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/packages/nuget.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/packages/nuget.en-us.md b/docs/content/doc/packages/nuget.en-us.md index 6c8aaa70af..670abca7fd 100644 --- a/docs/content/doc/packages/nuget.en-us.md +++ b/docs/content/doc/packages/nuget.en-us.md @@ -14,7 +14,7 @@ menu: # NuGet Packages Repository -Publish [NuGet](https://www.nuget.org/) packages for your user or organization. The package registry supports [NuGet Symbol Packages](https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg) too. +Publish [NuGet](https://www.nuget.org/) packages for your user or organization. The package registry supports the V2 and V3 API protocol and you can work with [NuGet Symbol Packages](https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg) too. **Table of Contents** |