Skip to content

Commit

Permalink
Update feature availablity doc (#3303)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolev92 authored Jun 17, 2024
1 parent 070022c commit eed234f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install-nuget-client-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,18 @@ The following table compares the available features for the dotnet and `nuget.ex

| Feature | dotnet CLI | nuget CLI (Windows) | nuget CLI (Mono) | Visual Studio (Windows) | Visual Studio for Mac |
| --- | --- | --- | --- | --- | --- |
| Search packages | | ✔ | ✔ | ✔ | ✔ |
| Search packages | ✔ | ✔ | ✔ | ✔ | ✔ |
| Install/uninstall packages | ✔ | ✔ (1) | ✔ | ✔ | ✔ |
| Update packages | ✔ | ✔ | | ✔ | ✔ |
| Restore packages | ✔ | ✔ | ✔ (2) | ✔ | ✔ |
| Manage package feeds (sources) | | ✔ | ✔ | ✔ | ✔ |
| Manage package feeds (sources) | ✔ | ✔ | ✔ | ✔ | ✔ |
| Manage packages on a feed | ✔ | ✔ | ✔ | | |
| Set API keys for feeds | | ✔ | ✔ | | |
| Create packages (3) | ✔ | ✔ | ✔ (4) | ✔ | |
| Publish packages | ✔ | ✔ | ✔ | ✔ | |
| Replicate packages | | ✔ | ✔ | | |
| Manage *global-package* and cache folders | ✔ | ✔ | ✔ | | |
| Manage NuGet configuration | | ✔ | ✔ | | |
| Manage NuGet configuration | ✔ | ✔ | ✔ | | |

**Feature notes**

Expand Down

0 comments on commit eed234f

Please sign in to comment.