Skip to content

Commit

Permalink
Updated version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Knagis committed Jun 26, 2015
1 parent 296a5ad commit d425bec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CommonMark.NET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>CommonMark.NET</id>
<version>0.9.0</version>
<version>0.9.1</version>
<title>CommonMark.NET</title>
<authors>Knagis</authors>
<licenseUrl>https://raw.githubusercontent.com/Knagis/CommonMark.NET/master/LICENSE.md</licenseUrl>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Fastest .NET library for converting Markdown documents to HTML.</summary>
<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>
<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>
<releaseNotes>Updated to specification 0.20. Additional bugfixes.</releaseNotes>
<copyright>Copyright © Kārlis Gaņģis 2014-2015</copyright>
<tags>CommonMark Markdown</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion CommonMark/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.0",
"version": "0.9.1",
"dependencies": { },
"frameworks": {
"aspnetcore50": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CommonMark.NET

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

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

Expand Down

0 comments on commit d425bec

Please sign in to comment.