Skip to content

Commit ff0662e

Browse files
Merge pull request #489 from telerik/yoan/support-net9-refactor-docs
Clarified distribution of DPL versions.
2 parents 212a79a + b9dd8e5 commit ff0662e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

getting-started/Installation/nuget-packages.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If your workflow relies on NuGet for package management, you can take advantage
1919
#### This article contains the following sections:
2020

2121
* [NuGet packages for .NET Framework and .NET Core for Windows](#packages-for-net-framework-and-net-core-for-windows)
22-
* [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)
22+
* [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)
2323
* [Get the NuGet Packages](#get-the-nuget-packages)
2424

2525

@@ -35,6 +35,8 @@ If your workflow relies on NuGet for package management, you can take advantage
3535
3636
![installation-nuget-packages 000](images/installation-nuget-packages000.png)
3737

38+
>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.
39+
3840
## Packages for .NET Framework and .NET Core for Windows
3941

4042
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
5355
* __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.
5456
* __Telerik.Windows.Zip.Extensions:__ The package provides methods for working with files and platform specific operations.
5557

56-
## Packages for .NET Standard 2.0 (.NET Core, .NET 6/.NET 8/.NET 9)
58+
## Packages for .NET Standard 2.0 (Support for .NET Core, .NET 6/.NET 8/.NET 9)
5759

5860
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):
5961

getting-started/first-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This sample application will use [RadWordsProcessing]({%slug radwordsprocessing-
5555
* __Telerik.Windows.Documents.Flow.dll__
5656
* __Telerik.Windows.Zip.dll__
5757

58-
For .NET Core/.NET 6/.NET 8/.NET 9 project:
58+
For .NET Standard (.NET Core/.NET 6/.NET 8/.NET 9) project:
5959
* __Telerik.Documents.Core.dll__
6060
* __Telerik.Documents.Flow.dll__
6161
* __Telerik.Zip.dll__
@@ -65,7 +65,7 @@ This sample application will use [RadWordsProcessing]({%slug radwordsprocessing-
6565
For .NET Framework project:
6666
* __Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll__
6767

68-
For .NET Core/.NET 6/.NET 8/.NET 9 project:
68+
For .NET Standard (.NET Core/.NET 6/.NET 8/.NET 9) project:
6969
* __Telerik.Documents.Flow.FormatProviders.Pdf.dll__
7070

7171
> The Document Processing assemblies for .NET 6/.NET 8/.NET 9 don't contain "Windows" in their names.

getting-started/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Telerik Document Processing includes a set of cross-platform libraries that let
1616
1717
The following tables list all Telerik Document Processing assemblies for the different platforms and their roles:
1818

19-
### Assemblies for .NET Standard and .NET 6/.NET 8/.NET 9
19+
>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.
20+
21+
### Assemblies for .NET Standard (Support for .NET 6/.NET 8/.NET 9)
2022

2123
| Assembly Name| Description |
2224
|-------|----------------|

0 commit comments

Comments
 (0)