Skip to content

Commit 4e33efb

Browse files
author
Rob Relyea
authored
Improvements based on feedback and cooling down
1 parent d02b9f7 commit 4e33efb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/faqs/NuGet-FAQ.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,14 @@ If that fails, try the [tips mentioned in this StackOverflow post](http://stacko
233233
## What is the API endpoint for nuget.org?
234234

235235
### Strongly Recommended
236-
236+
- For the vast majority of uses, we strongly recommend you access nuget.org via the v3 protocol uri.
237237
- V3: `https://api.nuget.org/v3/index.json`
238238

239-
### What is a slower, less reliable, but works in ancient versions of NuGet.exe (< 4.0)
240-
239+
### Useful for NuGet Clients before 3.0 or *NuGet.exe List* Users
240+
- 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.
241+
- *NuGet.exe List* only works with the v2 protocol.
241242
- V2: `https://www.nuget.org/api/v2/` (DEPRECATED!!!)
243+
- Note: the "www." is important.
242244

243245
## nuget.org account management
244246

0 commit comments

Comments
 (0)