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
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -232,15 +232,13 @@ If that fails, try the [tips mentioned in this StackOverflow post](http://stacko
232
232
233
233
## What is the API endpoint for nuget.org?
234
234
235
-
To use nuget.org as a package repository with NuGet clients, you would need to use the following V3 API endpoint:
235
+
To use nuget.org as a package repository with NuGet clients, you should use the following V3 API endpoint:
236
236
237
237
**`https://api.nuget.org/v3/index.json`**
238
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:
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
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.
241
+
`https://www.nuget.org/api/v2` (DEPRECATED!!!) **Note:** use "www." for the best reliability.
0 commit comments