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.
<PackageVersion Include="ColorCode.Portable" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="ColorCode.Portable" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ColorCode.Portable --version 1.0.3
                    
#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.
#addin nuget:?package=ColorCode.Portable&version=1.0.3
                    
Install ColorCode.Portable as a Cake Addin
#tool nuget:?package=ColorCode.Portable&version=1.0.3
                    
Install ColorCode.Portable as a Cake Tool

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 135,143 7/19/2016

Initial port of ColorCode 1.0.2 to PCL.