You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faqs/NuGet-FAQ.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -230,10 +230,17 @@ Note: it may be required to set the `HTTP_PROXY` environment variable to `http:/
230
230
231
231
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).
232
232
233
-
**What are the API endpoints for nuget.org?**
233
+
## What is the API endpoint for nuget.org?
234
234
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.
237
244
238
245
## nuget.org account management
239
246
@@ -408,4 +415,4 @@ Follow the following steps to proceed with account deletion.
408
415
1.[Login to nuget.org](https://www.nuget.org/users/account/LogOn) with the account you wish to delete.
409
416
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.
410
417
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