PygmentSharp.Core 0.3.0
Port of Python's Pygments syntax highlighter
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>PygmentSharp.Core</id>
<version>0.3.0</version>
<authors>Matt Burke</authors>
<owners>Matt Burke</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/akatakritos/PygmentSharp</projectUrl>
<description>Port of Python's Pygments syntax highlighter</description>
<releaseNotes>- Target .NET Standard 2.0
- Add typescript lexer
- Add github CI</releaseNotes>
<copyright>2020 Matt Burke</copyright>
<tags>syntax highlighting</tags>
<repository url="https://github.com/akatakritos/PygmentSharp" />
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
</package>