Skip to content

Commit c6f85fe

Browse files
authored
Update install-nuget-client-tools.md (NuGet#1189)
1 parent 9434cc8 commit c6f85fe

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

docs/install-nuget-client-tools.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,27 +70,25 @@ Installation:
7070
| Feature | dotnet CLI | nuget CLI (Windows) | nuget CLI (Mono) | Visual Studio (Windows) | Visual Studio for Mac |
7171
| --- | --- | --- | --- | --- | --- |
7272
| Search packages | | ✔ | ✔ | ✔ | ✔ |
73-
| Install/uninstall packages | ✔(1) | ✔(2) | ✔ | ✔ | ✔ |
73+
| Install/uninstall packages | ✔ | ✔(1) | ✔ | ✔ | ✔ |
7474
| Update packages | ✔ | ✔ | | ✔ | ✔ |
75-
| Restore packages | ✔ | ✔ | ✔(3) | ✔ | ✔ |
75+
| Restore packages | ✔ | ✔ | ✔(2) | ✔ | ✔ |
7676
| Manage package feeds (sources) | | ✔ | ✔ | ✔ | ✔ |
77-
| Manage packages on a feed | ✔(1) | ✔ | ✔ | | |
77+
| Manage packages on a feed | ✔ | ✔ | ✔ | | |
7878
| Set API keys for feeds | | ✔ | ✔ | | |
79-
| Create packages(4) | ✔ | ✔ | ✔(5) | ✔ | |
80-
| Publish packages | ✔(1) | ✔ | ✔ | ✔ | |
79+
| Create packages(3) | ✔ | ✔ | ✔(4) | ✔ | |
80+
| Publish packages | ✔ | ✔ | ✔ | ✔ | |
8181
| Replicate packages | | ✔ | ✔ | | |
8282
| Manage *global-package* and cache folders | ✔ | ✔ | ✔ | | |
8383
| Manage NuGet configuration | | ✔ | ✔ | | |
8484

85-
(1) Packages on nuget.org only
85+
(1) Does not affect project files; use `dotnet.exe` instead.
8686

87-
(2) Does not affect project files; use `dotnet.exe` instead.
87+
(2) Works only with `packages.config` file and not with solution (`.sln`) files.
8888

89-
(3) Works only with `packages.config` file and not with solution (`.sln`) files.
89+
(3) Various advanced package features are available through the CLI only as they aren't represented in the Visual Studio UI tools.
9090

91-
(4) Various advanced package features are available through the CLI only as they aren't represented in the Visual Studio UI tools.
92-
93-
(5) Works with `.nuspec` files but not with project files.
91+
(4) Works with `.nuspec` files but not with project files.
9492

9593
### Related topics
9694

0 commit comments

Comments
 (0)