Telerik NuGet v2 Server Deprecation
Environment
Version | Product | Author |
---|---|---|
All versions | Document Processing Libraries | Yoan Karamanov |
Description
Since November 2024, the old NuGet v2 server at https://nuget.telerik.com/nuget
is decommissioned. To reflect this change you need to migrate to the new NuGet v3 API (https://nuget.telerik.com/v3/index.json) endpoint. For more details, head to the Sunsetting the NuGet v2 Server blog.
Why migrate to NuGet v3?
The new v3 API offers several advantages:
- Faster package searches and restores
- Reduced number of requests from NuGet clients
- Improved security
- More reliable infrastructure
- Lighter resource consumption
How to redirect your feed?
- Open your NuGet configuration (Visual Studio NuGet Package Manager, nuget.config file, or CI/CD pipeline configuration).
- Change your Telerik NuGet package source URL from https://nuget.telerik.com/nuget to https://nuget.telerik.com/v3/index.json.
No other changes are required. Your authentication credentials will continue to work with the new endpoint.