Skip to content

Commit 8cf144c

Browse files
authored
Merge pull request NuGet#1292 from NuGet/rrelyea-v3FTW
v3 is very recommended. v2 is very deprecated.
2 parents 8dd226b + c012041 commit 8cf144c

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/faqs/NuGet-FAQ.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,17 @@ Note: it may be required to set the `HTTP_PROXY` environment variable to `http:/
230230

231231
If that fails, try the [tips mentioned in this StackOverflow post](http://stackoverflow.com/questions/21049908/using-fiddler-to-sniff-visual-studio-2013-requests-proxy-firewall).
232232

233-
**What are the API endpoints for nuget.org?**
233+
## What is the API endpoint for nuget.org?
234234

235-
- V3: `https://api.nuget.org/v3/index.json`
236-
- V2: `https://www.nuget.org/api/v2/` (Note that the V2 API is deprecated and does not work with NuGet 4+.)
235+
To use nuget.org as a package repository with NuGet clients, you would need to use the following V3 API endpoint:
236+
237+
**`https://api.nuget.org/v3/index.json`**
238+
239+
Older clients can still use the v2 protocol to reach nuget.org. However, please note, NuGet clients 3.0 or later will have slower and less-reliable service using the v2 protocol:
240+
241+
`https://www.nuget.org/api/v2/` (DEPRECATED!!!) **Note:** the "www." is important.
242+
243+
Additionally, *NuGet.exe List* only works with the v2 protocol.
237244

238245
## nuget.org account management
239246

@@ -408,4 +415,4 @@ Follow the following steps to proceed with account deletion.
408415
1. [Login to nuget.org](https://www.nuget.org/users/account/LogOn) with the account you wish to delete.
409416
2. Click on this url: [https://www.nuget.org/account/delete](https://www.nuget.org/account/delete) and follow the steps to submit the request for deleting the account.
410417

411-
Our customer support will process this request and perform the account deletion.
418+
Our customer support will process this request and perform the account deletion.

0 commit comments

Comments
 (0)