Skip to content

Commit 683df80

Browse files
Merged Packages table with Supports.
1 parent d9c0c59 commit 683df80

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

readme.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,13 @@ var language = ColorCode.Languages.FindById("java");
5555
```
5656
See [LanguageId.cs](ColorCode.Core/Common/LanguageId.cs) for the list of available Languages to parse.
5757

58-
## NuGet Packages
58+
## Packages
5959

60-
| NuGet Package | Description |
60+
| Package | Description | Supports |
6161
| --- | --- |
62-
| [ColorCode.Core](https://www.nuget.org/packages/ColorCode.Core) | The Core Library, containing the Parser, and the classes to create your own formatter. |
63-
| [ColorCode.HTML](https://www.nuget.org/packages/ColorCode.HTML) | The Library containing the HtmlFormatter, and the HtmlClassFormatter, for rendering Html from the Colorized Code. |
64-
| [ColorCode.UWP](https://www.nuget.org/packages/ColorCode.UWP) | The Library containing the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock. |
65-
66-
## Supported SDKs
67-
68-
Requires .NET Standard 1.4 support.
69-
70-
### UWP
71-
72-
Tested against 10.0.14393.0 and up.
62+
| [ColorCode.Core](https://www.nuget.org/packages/ColorCode.Core) | The Core Library, containing the Parser, and the classes to create your own formatter. | .NET Standard 1.4 |
63+
| [ColorCode.HTML](https://www.nuget.org/packages/ColorCode.HTML) | The Library containing the HtmlFormatter, and the HtmlClassFormatter, for rendering Html from the Colorized Code. | .NET Standard 1.4 |
64+
| [ColorCode.UWP](https://www.nuget.org/packages/ColorCode.UWP) | The Library containing the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock. | Tested against 10.0.14393.0 and up. |
7365

7466
## Feedback and Requests
7567

0 commit comments

Comments
 (0)