Skip to content

Commit

Permalink
Front page V3 feed compatibility should mention NuGet 4.x/VS 2017 (#3729
Browse files Browse the repository at this point in the history
)
  • Loading branch information
anangaur authored and agr committed May 8, 2017
1 parent 5316f6a commit 92a1d61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/DEV/Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3>NuGet Feed Locations</h3>
to use one of the following repository URLs:

<ul>
<li>NuGet feed v3 (VS 2015 / NuGet v3.x): <code>http://api.dev.nugettest.org/v3-index/index.json</code></li>
<li>NuGet feed v3 (VS 2015 and later / NuGet v3.x and above): <code>http://api.dev.nugettest.org/v3-index/index.json</code></li>
<li>NuGet feed v2 (VS 2013 and earlier / NuGet 2.x): <code>https://dev.nugettest.org/api/v2</code></li>
</ul>
</p>
Expand Down
2 changes: 1 addition & 1 deletion content/INT/Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3>NuGet Feed Locations</h3>
to use one of the following repository URLs:

<ul>
<li>NuGet feed v3 (VS 2015 / NuGet v3.x): <code>http://api.int.nugettest.org/v3-index/index.json</code></li>
<li>NuGet feed v3 (VS 2015 and later / NuGet v3.x and above): <code>http://api.int.nugettest.org/v3-index/index.json</code></li>
<li>NuGet feed v2 (VS 2013 and earlier / NuGet 2.x): <code>https://int.nugettest.org/api/v2</code></li>
</ul>
</p>
Expand Down
2 changes: 1 addition & 1 deletion content/PROD/Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3>NuGet Feed Locations</h3>
to use one of the following repository URLs:

<ul>
<li>NuGet feed v3 (VS 2015 / NuGet v3.x): <code>https://api.nuget.org/v3/index.json</code></li>
<li>NuGet feed v3 (VS 2015 and later / NuGet v3.x and above): <code>https://api.nuget.org/v3/index.json</code></li>
<li>NuGet feed v2 (VS 2013 and earlier / NuGet 2.x): <code>https://www.nuget.org/api/v2</code></li>
</ul>
</p>
Expand Down

0 comments on commit 92a1d61

Please sign in to comment.