Skip to content

Commit 618908a

Browse files
Merge pull request #557 from telerik/yoan/nuget-v2-kb
Extracted NuGet v2 warning in a KB
2 parents b90ee4f + eb02a97 commit 618908a

File tree

4 files changed

+43
-7
lines changed

4 files changed

+43
-7
lines changed

getting-started/Installation/install-nuget-packages.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ This article describes how you can install the Document Processing Libraries usi
4646

4747
Before you can install Telerik NuGet packages, you must configure the Telerik NuGet server (https://nuget.telerik.com/v3/index.json) as a package source in Visual Studio:
4848

49-
>caution The old **https://nuget.telerik.com/nuget** server is deprecated and we encourage our clients to switch to the v3 API. The new v3 API is faster, lighter, and reduces the number of requests from NuGet clients. The **NuGet v2** server at https://nuget.telerik.com/nuget will be sunset in **November 2024**. The new v3 protocol offers faster package searches and restores, improved security, and more reliable infrastructure. To redirect your feed to the NuGet v3 protocol, all you have to do is to change your NuGet package source URL to https://nuget.telerik.com/v3/index.json.
50-
5149
1\. In the Visual Studio Solution Explorer, right-click a Project, select **Manage NuGet Packages...**, and then select the **Settings** icon:
5250

5351
![installation-nuget-packages 001](images/installation-nuget-packages001.png)

getting-started/Installation/nuget-packages.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ position: 6
1212

1313
Telerik provides NuGet packages with the assemblies for all five Document Processing libraries: __RadPdfProcessing__, __RadSpreadProcessing__, __RadSpreadStreamProcessing__, __RadWordsProcessing__, and __RadZipLibrary__. These UI-independent cross-platform libraries enable you to process and convert content in various formats and even work with archive files. We deliver these libraries as a complement to the Telerik UI component suites (UI for ASP.NET, Kendo UI, UI for WPF, UI for WinForms, UI for Xamarin, UI for Blazor), and you don't need to purchase an additional license to use them.
1414

15-
If your workflow relies on NuGet for package management, you can take advantage of the packages that we describe in this article. There is no need to download and install the Document Processing libraries by using other methods.
16-
17-
>caution The old **https://nuget.telerik.com/nuget** server is deprecated and we encourage our clients to switch to the v3 API. The new v3 API is faster, lighter, and reduces the number of requests from NuGet clients. The **NuGet v2** server at https://nuget.telerik.com/nuget will be sunset in **November 2024**. The new v3 protocol offers faster package searches and restores, improved security, and more reliable infrastructure. To redirect your feed to the NuGet v3 protocol, all you have to do is to change your NuGet package source URL to https://nuget.telerik.com/v3/index.json.
15+
If your workflow relies on NuGet for package management, you can take advantage of the packages that we describe in this article. There is no need to download and install the Document Processing libraries by using other methods.
1816

1917
#### This article contains the following sections:
2018

getting-started/first-steps.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ Since we distribute Telerik Document Processing libraries as an addition to seve
2121

2222
>tipRegardless of the Telerik UI components suite that you use, you can always get the Document Processing assemblies as NuGet packages from the [Telerik NuGet server]({%slug installation-nuget-packages%}).
2323
24-
>caution The old **https://nuget.telerik.com/nuget** server is deprecated and we encourage our clients to switch to the v3 API. The new v3 API is faster, lighter, and reduces the number of requests from NuGet clients. The **NuGet v2** server at https://nuget.telerik.com/nuget will be sunset in **November 2024**. The new v3 protocol offers faster package searches and restores, improved security, and more reliable infrastructure. To redirect your feed to the NuGet v3 protocol, all you have to do is to change your NuGet package source URL to https://nuget.telerik.com/v3/index.json.
25-
2624
| UI Components suite | Installation instructions | Default location of the Document Processing assemblies |
2725
|--------------------|---------------------------|------------------------------------------------|
2826
| UI for ASP.NET AJAX | [Installing Telerik UI for ASP.NET AJAX](http://docs.telerik.com/devtools/aspnet-ajax/installation/which-file-do-i-need-to-install) | <ul><li>`C:\Program Files (x86)\Progress\Telerik UI for ASP.NET AJAX [version]\AdditionalLibraries\Bin40`</li><li>`C:\Program Files (x86)\Progress\Telerik UI for ASP.NET AJAX [version]\AdditionalLibraries\Bin45`</li></ul> |
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Telerik NuGet v2 Server Deprecation
3+
description: Learn how to migrate from Telerik's deprecated NuGet v2 server to the new v3 API endpoint
4+
type: how-to
5+
page_title: Telerik NuGet v2 Server Deprecation
6+
slug: nuget-v2-server-deprecation
7+
tags: telerik, nuget, server, v2, v3, api, deprecation, migration, document, processing
8+
res_type: kb
9+
---
10+
11+
## Environment
12+
13+
| Version | Product | Author |
14+
| --- | --- | ---- |
15+
| All versions | Document Processing Libraries |[Yoan Karamanov](https://www.telerik.com/blogs/author/yoan-karamanov)|
16+
17+
## Description
18+
19+
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](https://www.telerik.com/blogs/sunsetting-nuget-v2-server) blog.
20+
21+
### Why migrate to NuGet v3?
22+
23+
The new v3 API offers several advantages:
24+
- Faster package searches and restores
25+
- Reduced number of requests from NuGet clients
26+
- Improved security
27+
- More reliable infrastructure
28+
- Lighter resource consumption
29+
30+
### How to redirect your feed?
31+
32+
1. Open your NuGet configuration (Visual Studio NuGet Package Manager, nuget.config file, or CI/CD pipeline configuration).
33+
2. Change your Telerik NuGet package source URL from https://nuget.telerik.com/nuget to https://nuget.telerik.com/v3/index.json.
34+
35+
No other changes are required. Your authentication credentials will continue to work with the new endpoint.
36+
37+
## See Also
38+
39+
- [Install using NuGet Packages]({%slug installation-nuget-packages%})
40+
- [Available NuGet Packages]({%slug available-nuget-packages%})
41+
- [Troubleshooting Telerik NuGet]({%slug dpl-troubleshooting-nuget%})
42+
- [Restoring NuGet Packages in Your CI Workflow]({%slug using-nuget-keys%})

0 commit comments

Comments
 (0)