Skip to content

Commit 8e49905

Browse files
2 parents 7510a39 + 8b6108a commit 8e49905

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

readme.md

Lines changed: 6 additions & 14 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 |
61-
| --- | --- |
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.UWP) | The Library containing the HtmlFormatter, and the HtmlClassFormatter, for rendering Html from the Colorized Code. |
64-
| [ColorCode.UWP](https://www.nuget.org/packages/ColorCode.HTML) | 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.
60+
| Package | Description | Supports |
61+
| --- | --- | --- |
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)