Skip to content

Commit

Permalink
The gallery should have a link to nuget feed urls NuGet#2809
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenba committed Jan 5, 2016
1 parent 441b80d commit 9d76405
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 15 deletions.
33 changes: 26 additions & 7 deletions content/DEV/Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,34 @@ <h2>Developer Environment</h2>
</section>

<section class="info">
<h3>NuGet Feed Locations</h3>

<p>
NuGet delivers packages to your project from a feed URL that provides interactions with the repository for your NuGet client.
For NuGet.org, <a href="http://docs.nuget.org/consume/package-manager-dialog#package-sources">configure your NuGet clients</a>
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 v2 (VS 2013 and earlier / NuGet 2.x): <code>https://dev.nugettest.org/api/v2</code></li>
</ul>
</p>

<h3>About</h3>
<p>When you use NuGet to install a package, it copies the library files to your solution and automatically updates your project
(add references, change config files, etc.). If you remove a package, NuGet reverses whatever changes it made so that
no clutter is left.</p>

<p>
When you use NuGet to install a package, it copies the library files to your solution and automatically updates your project
(add references, change config files, etc.). If you remove a package, NuGet reverses whatever changes it made so that
no clutter is left.
</p>
</section>

<h3>Important Notice</h3>
<p>You can develop your own package and share it via the NuGet Gallery. Read the documentation for more details on
<a href="http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package"
title="Creating and submitting a package">how to create and publish a package</a>.
If you don't plan on submitting a package, there's no need to register.</p>

<p>
You can develop your own package and share it via the NuGet Gallery. Read the documentation for more details on
<a href="http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package"
title="Creating and submitting a package">how to create and publish a package</a>.
If you don't plan on submitting a package, there's no need to register.
</p>

19 changes: 16 additions & 3 deletions content/INT/Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,24 @@ <h2>Latest NuGet Releases</h2>
</section>

<section class="info">
<h3>NuGet Feed Locations</h3>

<p>
NuGet delivers packages to your project from a feed URL that provides interactions with the repository for your NuGet client.
For NuGet.org, <a href="http://docs.nuget.org/consume/package-manager-dialog#package-sources">configure your NuGet clients</a>
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 v2 (VS 2013 and earlier / NuGet 2.x): <code>https://int.nugettest.org/api/v2</code></li>
</ul>
</p>

<h3>About</h3>

<p>When you use NuGet to install a package, it copies the library files to your solution and automatically updates your project (add references, change config files, etc.). If you remove a package, NuGet reverses whatever changes it made so that no clutter is left.</p>
<p>When you use NuGet to install a package, it copies the library files to your solution and automatically updates your project (add references, change config files, etc.). If you remove a package, NuGet reverses whatever changes it made so that no clutter is left.</p>

<h3>Important Notice</h3>
<h3>Important Notice</h3>

<p>You can develop your own package and share it via the NuGet Gallery. Read the documentation for more details on <a href="http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package" title="Creating and submitting a package">how to create and publish a package</a>. If you don't plan on submitting a package, there's no need to register.</p>
<p>You can develop your own package and share it via the NuGet Gallery. Read the documentation for more details on <a href="http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package" title="Creating and submitting a package">how to create and publish a package</a>. If you don't plan on submitting a package, there's no need to register.</p>
</section>
23 changes: 18 additions & 5 deletions content/PROD/Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>Latest NuGet Releases</h2>
<p>
NuGet 3.3 for Visual Studio 2015 was released on November 30th 2015. NuGet 2.8.7 for Visual Studio 2013 was released on July 27th 2015. <strong>Upgrade now</strong> using the Visual Studio Extension Manager.
</p>
<p>
<p>
For details about what's in the 3.3 release, read the <a href="https://docs.nuget.org/release-notes/nuget-3.3">release notes</a>.
</p>
<p>
Expand All @@ -42,13 +42,26 @@ <h2>Latest NuGet Releases</h2>
</section>

<section class="info">
<h3>NuGet Feed Locations</h3>

<p>
NuGet delivers packages to your project from a feed URL that provides interactions with the repository for your NuGet client.
For NuGet.org, <a href="http://docs.nuget.org/consume/package-manager-dialog#package-sources">configure your NuGet clients</a>
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 v2 (VS 2013 and earlier / NuGet 2.x): <code>https://www.nuget.org/api/v2</code></li>
</ul>
</p>

<h3>About</h3>

<p>When you use NuGet to install a package, it copies the library files to your solution and automatically updates your project (add references, change config files, etc.). If you remove a package, NuGet reverses whatever changes it made so that no clutter is left.</p>
<p>When you use NuGet to install a package, it copies the library files to your solution and automatically updates your project (add references, change config files, etc.). If you remove a package, NuGet reverses whatever changes it made so that no clutter is left.</p>

<p>To learn more about the NuGet Gallery project and see who has contributed, see the <a href="/policies/About">About the Gallery</a> page.</p>
<p>To learn more about the NuGet Gallery project and see who has contributed, see the <a href="/policies/About">About the Gallery</a> page.</p>

<h3>Important Notice</h3>
<h3>Important Notice</h3>

<p>You can develop your own package and share it via the NuGet Gallery. Read the documentation for more details on <a href="http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package" title="Creating and submitting a package">how to create and publish a package</a>.</p>
<p>You can develop your own package and share it via the NuGet Gallery. Read the documentation for more details on <a href="http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package" title="Creating and submitting a package">how to create and publish a package</a>.</p>
</section>

0 comments on commit 9d76405

Please sign in to comment.