From b9dd8e59916d60c9b22cf0f1ad7c9f524d3636d1 Mon Sep 17 00:00:00 2001 From: "PROGRESS\\ykaraman" Date: Tue, 17 Dec 2024 14:16:55 +0200 Subject: [PATCH] Clarified distribution of DPL versions. --- getting-started/Installation/nuget-packages.md | 6 ++++-- getting-started/first-steps.md | 4 ++-- getting-started/getting-started.md | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/getting-started/Installation/nuget-packages.md b/getting-started/Installation/nuget-packages.md index 5ab14b24..14c9e336 100644 --- a/getting-started/Installation/nuget-packages.md +++ b/getting-started/Installation/nuget-packages.md @@ -19,7 +19,7 @@ If your workflow relies on NuGet for package management, you can take advantage #### This article contains the following sections: * [NuGet packages for .NET Framework and .NET Core for Windows](#packages-for-net-framework-and-net-core-for-windows) -* [Packages for .NET Standard 2.0 (.NET Core, .NET 6/.NET 8/.NET 9)](#packages-for-net-standard-20-net-core-net-6-net-8) +* [Packages for .NET Standard 2.0 (Support for .NET Core, .NET 6/.NET 8/.NET 9)](#packages-for-net-standard-20-net-core-net-6-net-8) * [Get the NuGet Packages](#get-the-nuget-packages) @@ -35,6 +35,8 @@ If your workflow relies on NuGet for package management, you can take advantage ![installation-nuget-packages 000](images/installation-nuget-packages000.png) +>important The .NET Standard packages are compatible with any .NET version (e.g .NET 9), even if there are no packages explicitly available for the specific versions. The same applies to the .NET Framework packages. + ## Packages for .NET Framework and .NET Core for Windows The following list represents the available NuGet packages for the Document Processing libraries that you can use with the .NET Framework or .NET Core for Windows. Although we offer them as an addition to the Telerik UI components, you can use them without any UI components: @@ -53,7 +55,7 @@ The following list represents the available NuGet packages for the Document Proc * __Telerik.Windows.Zip:__ The package is required when working with zipped formats, such as `DOCX` and `XLSX`. It can be used as a standalone library as well. * __Telerik.Windows.Zip.Extensions:__ The package provides methods for working with files and platform specific operations. -## Packages for .NET Standard 2.0 (.NET Core, .NET 6/.NET 8/.NET 9) +## Packages for .NET Standard 2.0 (Support for .NET Core, .NET 6/.NET 8/.NET 9) The following list represents the available NuGet packages for the Document Processing libraries that you can use with [.NET Standard 2.0](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md): diff --git a/getting-started/first-steps.md b/getting-started/first-steps.md index 55deb754..6b149f9a 100644 --- a/getting-started/first-steps.md +++ b/getting-started/first-steps.md @@ -55,7 +55,7 @@ This sample application will use [RadWordsProcessing]({%slug radwordsprocessing- * __Telerik.Windows.Documents.Flow.dll__ * __Telerik.Windows.Zip.dll__ - For .NET Core/.NET 6/.NET 8/.NET 9 project: + For .NET Standard (.NET Core/.NET 6/.NET 8/.NET 9) project: * __Telerik.Documents.Core.dll__ * __Telerik.Documents.Flow.dll__ * __Telerik.Zip.dll__ @@ -65,7 +65,7 @@ This sample application will use [RadWordsProcessing]({%slug radwordsprocessing- For .NET Framework project: * __Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll__ - For .NET Core/.NET 6/.NET 8/.NET 9 project: + For .NET Standard (.NET Core/.NET 6/.NET 8/.NET 9) project: * __Telerik.Documents.Flow.FormatProviders.Pdf.dll__ > The Document Processing assemblies for .NET 6/.NET 8/.NET 9 don't contain "Windows" in their names. diff --git a/getting-started/getting-started.md b/getting-started/getting-started.md index 9cba2793..da1ce9fd 100644 --- a/getting-started/getting-started.md +++ b/getting-started/getting-started.md @@ -16,7 +16,9 @@ Telerik Document Processing includes a set of cross-platform libraries that let The following tables list all Telerik Document Processing assemblies for the different platforms and their roles: -### Assemblies for .NET Standard and .NET 6/.NET 8/.NET 9 +>important The .NET Standard assemblies are compatible with any .NET version (e.g .NET 9), even if there are no assemblies explicitly available for the specific versions. The same applies to the .NET Framework assemblies. + +### Assemblies for .NET Standard (Support for .NET 6/.NET 8/.NET 9) | Assembly Name| Description | |-------|----------------|