From 683df800527e2770b8a3a0bfdf929e0fa8ce60b7 Mon Sep 17 00:00:00 2001 From: William Bradley Date: Sun, 13 May 2018 19:46:19 +1200 Subject: [PATCH] Merged Packages table with Supports. --- readme.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/readme.md b/readme.md index 37e0347..4c2e208 100644 --- a/readme.md +++ b/readme.md @@ -55,21 +55,13 @@ var language = ColorCode.Languages.FindById("java"); ``` See [LanguageId.cs](ColorCode.Core/Common/LanguageId.cs) for the list of available Languages to parse. -## NuGet Packages +## Packages -| NuGet Package | Description | +| Package | Description | Supports | | --- | --- | -| [ColorCode.Core](https://www.nuget.org/packages/ColorCode.Core) | The Core Library, containing the Parser, and the classes to create your own formatter. | -| [ColorCode.HTML](https://www.nuget.org/packages/ColorCode.HTML) | The Library containing the HtmlFormatter, and the HtmlClassFormatter, for rendering Html from the Colorized Code. | -| [ColorCode.UWP](https://www.nuget.org/packages/ColorCode.UWP) | The Library containing the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock. | - -## Supported SDKs - -Requires .NET Standard 1.4 support. - -### UWP - -Tested against 10.0.14393.0 and up. +| [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 | +| [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 | +| [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. | ## Feedback and Requests