Skip to content

Commit eed234f

Browse files
authored
Update feature availablity doc (#3303)
1 parent 070022c commit eed234f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install-nuget-client-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,18 @@ The following table compares the available features for the dotnet and `nuget.ex
105105

106106
| Feature | dotnet CLI | nuget CLI (Windows) | nuget CLI (Mono) | Visual Studio (Windows) | Visual Studio for Mac |
107107
| --- | --- | --- | --- | --- | --- |
108-
| Search packages | | ✔ | ✔ | ✔ | ✔ |
108+
| Search packages | ✔ | ✔ | ✔ | ✔ | ✔ |
109109
| Install/uninstall packages | ✔ | ✔ (1) | ✔ | ✔ | ✔ |
110110
| Update packages | ✔ | ✔ | | ✔ | ✔ |
111111
| Restore packages | ✔ | ✔ | ✔ (2) | ✔ | ✔ |
112-
| Manage package feeds (sources) | | ✔ | ✔ | ✔ | ✔ |
112+
| Manage package feeds (sources) | ✔ | ✔ | ✔ | ✔ | ✔ |
113113
| Manage packages on a feed | ✔ | ✔ | ✔ | | |
114114
| Set API keys for feeds | | ✔ | ✔ | | |
115115
| Create packages (3) | ✔ | ✔ | ✔ (4) | ✔ | |
116116
| Publish packages | ✔ | ✔ | ✔ | ✔ | |
117117
| Replicate packages | | ✔ | ✔ | | |
118118
| Manage *global-package* and cache folders | ✔ | ✔ | ✔ | | |
119-
| Manage NuGet configuration | | ✔ | ✔ | | |
119+
| Manage NuGet configuration | ✔ | ✔ | ✔ | | |
120120

121121
**Feature notes**
122122

0 commit comments

Comments
 (0)