You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,21 +55,13 @@ var language = ColorCode.Languages.FindById("java");
55
55
```
56
56
See [LanguageId.cs](ColorCode.Core/Common/LanguageId.cs) for the list of available Languages to parse.
57
57
58
-
## NuGet Packages
58
+
## Packages
59
59
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. |
0 commit comments