Bug-3495: Change Official Package Source Names/URLs
Updated the migrate feeds dictionary to migrate v1 forward link, v2 forward
link and the CURRENT NuGet Default Feed url to the NEW
https://www.nuget.org/api/v2. Also, added "www" to the url used in a LOT of
other places, for example, "Downloading of NuGet.exe" now points to the new
url "https://www.nuget.org/nuget.exe"
1. Added a unit test to test migration of feed url without www
to the one with www
2. Updated a LOT OF OTHER EXISTING unit tests and functional tests
in accordance with this change
↧