|
11 | 11 | </div> |
12 | 12 | <div class="row"> |
13 | 13 | <div class="col-md-4"> |
14 | | - <h2 class="ms-fontSize-xxl">Windows x86 Commandline</h2> |
| 14 | + <h2 class="ms-fontSize-xxl">NuGet.exe</h2> |
15 | 15 | <ul class="list-unstyled list-tools"> |
16 | 16 | <li><a href="https://dist.nuget.org/win-x86-commandline/latest/nuget.exe">nuget.exe - recommended latest</a></li> |
17 | 17 | </ul> |
18 | 18 | </div> |
19 | 19 | <div class="col-md-4"> |
20 | | - <h2 class="ms-fontSize-xxl">Visual Studio 2015</h2> |
| 20 | + <h2 class="ms-fontSize-xxl">Visual Studio</h2> |
| 21 | + <p> |
| 22 | + NuGet Package Manager (PM UI and PM Console) is included with Visual Studio. Latest NuGet releases are delivered as part of Visual Studio updates. Note: nuget.exe itself is not included with any version of Visual Studio. |
| 23 | + </p> |
21 | 24 | <ul class="list-unstyled list-tools"> |
22 | | - <li><a href="https://dist.nuget.org/visualstudio-2015-vsix/latest/NuGet.Tools.vsix">VS 2015 VSIX - latest</a></li> |
| 25 | + <li><a href="https://visualstudio.microsoft.com/downloads/">Download Visual Studio</a></li> |
23 | 26 | </ul> |
24 | 27 | </div> |
25 | 28 | <div class="col-md-4"> |
26 | | - <h2 class="ms-fontSize-xxl">Visual Studio 2017</h2> |
| 29 | + <h2 class="ms-fontSize-xxl">.NET SDK</h2> |
27 | 30 | <p> |
28 | | - NuGet 4.x is included in the Visual Studio 2017 installation. Latest NuGet releases are delivered as part of Visual Studio updates. |
| 31 | + The CLI tool for .NET Core and .NET Standard libraries, and for any SDK-style project such as one that targets the .NET Framework. This CLI tool is included with the .NET Core SDK and provides core NuGet features on all platforms. |
29 | 32 | </p> |
| 33 | + <ul class="list-unstyled list-tools"> |
| 34 | + <li><a href="https://dotnet.microsoft.com/en-us/download">Download .NET SDK</a></li> |
| 35 | + </ul> |
30 | 36 | </div> |
31 | 37 | </div> |
32 | 38 | </section> |
|
40 | 46 | <div class="row"> |
41 | 47 | <div class="col-md-4"> |
42 | 48 | <!-- ko foreach: artifacts --> |
43 | | - <!-- ko if: name == "win-x86-commandline" --> |
44 | | - <div id="win-x86-versions" data-bind="template: { name: 'tool-list-template', data: $data }"></div> |
| 49 | + <!-- ko if: name == "nuget-exe" --> |
| 50 | + <div id="nuget-exe" data-bind="template: { name: 'tool-list-template', data: $data }"></div> |
45 | 51 | <!-- /ko --> |
46 | 52 | <!-- /ko --> |
47 | 53 | </div> |
48 | 54 | <div class="col-md-4"> |
49 | 55 | <!-- ko foreach: artifacts --> |
50 | | - <!-- ko if: name == "visualstudio-2017-vsix" --> |
| 56 | + <!-- ko if: name == "visualstudio-vsix" --> |
51 | 57 | <div data-bind="template: { name: 'tool-list-template', data: $data }"></div> |
52 | 58 | <!-- /ko --> |
53 | 59 | <!-- /ko --> |
54 | 60 | </div> |
55 | 61 | <div class="col-md-4"> |
56 | 62 | <!-- ko foreach: artifacts --> |
57 | | - <!-- ko if: name != "win-x86-commandline" && name != "visualstudio-2017-vsix" --> |
| 63 | + <!-- ko if: name != "nuget-exe" && name != "visualstudio-vsix" --> |
58 | 64 | <div data-bind="template: { name: 'tool-list-template', data: $data }"></div> |
59 | 65 | <!-- /ko --> |
60 | 66 | <!-- /ko --> |
|
0 commit comments