Skip to content

Commit 623d0fa

Browse files
authored
Update NuGet-FAQ.md
1 parent 4e33efb commit 623d0fa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/faqs/NuGet-FAQ.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,16 +232,17 @@ If that fails, try the [tips mentioned in this StackOverflow post](http://stacko
232232

233233
## What is the API endpoint for nuget.org?
234234

235-
### Strongly Recommended
236-
- For the vast majority of uses, we strongly recommend you access nuget.org via the v3 protocol uri.
237-
- V3: `https://api.nuget.org/v3/index.json`
235+
To use nuget.org as a package repository with NuGet clients, you would need to use the following V3 API endpoint:
238236

239-
### Useful for NuGet Clients before 3.0 or *NuGet.exe List* Users
237+
**`https://api.nuget.org/v3/index.json`**
238+
239+
### V2 API endpoint for older 3.0 NuGet clients
240240
- 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.
242241
- V2: `https://www.nuget.org/api/v2/` (DEPRECATED!!!)
243242
- Note: the "www." is important.
244243

244+
- *NuGet.exe List* only works with the v2 protocol.
245+
245246
## nuget.org account management
246247

247248
### How to create a new nuget.org account?

0 commit comments

Comments
 (0)