Skip to content

Commit d425bec

Browse files
committed
Updated version to 0.9.1
1 parent 296a5ad commit d425bec

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CommonMark.NET.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>CommonMark.NET</id>
5-
<version>0.9.0</version>
5+
<version>0.9.1</version>
66
<title>CommonMark.NET</title>
77
<authors>Knagis</authors>
88
<licenseUrl>https://raw.githubusercontent.com/Knagis/CommonMark.NET/master/LICENSE.md</licenseUrl>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<summary>Fastest .NET library for converting Markdown documents to HTML.</summary>
1313
<description>.NET library for converting Markdown documents to HTML according to the CommonMark specification. Optimized for maximum performance and targets every .NET version since 2.0, including PCL, Mono and .NET Core.</description>
14-
<releaseNotes>Updated to specification 0.19. New HtmlFormatter class that allows customization of HTML output. Package now includes console executable that can be used to convert markdown files.</releaseNotes>
14+
<releaseNotes>Updated to specification 0.20. Additional bugfixes.</releaseNotes>
1515
<copyright>Copyright © Kārlis Gaņģis 2014-2015</copyright>
1616
<tags>CommonMark Markdown</tags>
1717
</metadata>

CommonMark/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.9.0",
2+
"version": "0.9.1",
33
"dependencies": { },
44
"frameworks": {
55
"aspnetcore50": {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CommonMark.NET
22

3-
Implementation of [CommonMark] [1] specification (passes tests from version 0.19) in C# for converting Markdown documents to HTML.
3+
Implementation of [CommonMark] [1] specification (passes tests from version 0.20) in C# for converting Markdown documents to HTML.
44

55
The current version of the library is also [available on NuGet] [nuget].
66

0 commit comments

Comments
 (0)