ColorCode.Portable
1.0.3
dotnet add package ColorCode.Portable --version 1.0.3
NuGet\Install-Package ColorCode.Portable -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ColorCode.Portable" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ColorCode.Portable --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ColorCode.Portable, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ColorCode.Portable as a Cake Addin #addin nuget:?package=ColorCode.Portable&version=1.0.3 // Install ColorCode.Portable as a Cake Tool #tool nuget:?package=ColorCode.Portable&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ColorCode is a library for colorizing source code (also known as syntax highlighting). ColorCode Portable is a fork of the original ColorCode code base to .NET Portable Class Libraries.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ColorCode.Portable:
Package | Downloads |
---|---|
Markdig.SyntaxHighlighting
Syntax Highlighting for Markdig. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on ColorCode.Portable:
Repository | Stars |
---|---|
mmanela/MarkdownOutlook
Write outlook emails in markdown
|
|
mohzy83/NppMarkdownPanel
Lightweight Notepad++ plugin to preview Markdown files
|
|
Vulnerator/Vulnerator
The official distribution of the vulnerability parsing utility.
|
|
Azure/azure-sdk-tools
Tools repository leveraged by the Azure SDK team.
|
Version | Downloads | Last updated |
---|---|---|
1.0.3 | 122,983 | 7/19/2016 |
Initial port of ColorCode 1.0.2 to PCL.