|
11 | 11 | </div> |
12 | 12 | <div class="row"> |
13 | 13 | <div class="col-md-4"> |
14 | | - <h2 class="ms-fontSize-xxl">NuGet.exe</h2> |
| 14 | + <h2 class="ms-fontSize-xxl">Windows x86 Commandline</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</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> |
| 20 | + <h2 class="ms-fontSize-xxl">Visual Studio 2015</h2> |
24 | 21 | <ul class="list-unstyled list-tools"> |
25 | | - <li><a href="https://visualstudio.microsoft.com/downloads/">Download Visual Studio</a></li> |
| 22 | + <li><a href="https://dist.nuget.org/visualstudio-2015-vsix/latest/NuGet.Tools.vsix">VS 2015 VSIX - latest</a></li> |
26 | 23 | </ul> |
27 | 24 | </div> |
28 | 25 | <div class="col-md-4"> |
29 | | - <h2 class="ms-fontSize-xxl">.NET SDK</h2> |
| 26 | + <h2 class="ms-fontSize-xxl">Visual Studio 2017</h2> |
30 | 27 | <p> |
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. |
| 28 | + NuGet 4.x is included in the Visual Studio 2017 installation. Latest NuGet releases are delivered as part of Visual Studio updates. |
32 | 29 | </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> |
36 | 30 | </div> |
37 | 31 | </div> |
38 | 32 | </section> |
|
46 | 40 | <div class="row"> |
47 | 41 | <div class="col-md-4"> |
48 | 42 | <!-- ko foreach: artifacts --> |
49 | | - <!-- ko if: name == "nuget-exe" --> |
50 | | - <div id="nuget-exe" data-bind="template: { name: 'tool-list-template', data: $data }"></div> |
| 43 | + <!-- ko if: name == "win-x86-commandline" --> |
| 44 | + <div id="win-x86-versions" data-bind="template: { name: 'tool-list-template', data: $data }"></div> |
51 | 45 | <!-- /ko --> |
52 | 46 | <!-- /ko --> |
53 | 47 | </div> |
54 | 48 | <div class="col-md-4"> |
55 | 49 | <!-- ko foreach: artifacts --> |
56 | | - <!-- ko if: name == "visualstudio-vsix" --> |
| 50 | + <!-- ko if: name == "visualstudio-2017-vsix" --> |
57 | 51 | <div data-bind="template: { name: 'tool-list-template', data: $data }"></div> |
58 | 52 | <!-- /ko --> |
59 | 53 | <!-- /ko --> |
60 | 54 | </div> |
61 | 55 | <div class="col-md-4"> |
62 | 56 | <!-- ko foreach: artifacts --> |
63 | | - <!-- ko if: name != "nuget-exe" && name != "visualstudio-vsix" --> |
| 57 | + <!-- ko if: name != "win-x86-commandline" && name != "visualstudio-2017-vsix" --> |
64 | 58 | <div data-bind="template: { name: 'tool-list-template', data: $data }"></div> |
65 | 59 | <!-- /ko --> |
66 | 60 | <!-- /ko --> |
|
0 commit comments