Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
Knagis committed Nov 10, 2014
1 parent 0067af5 commit 4e92e9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5.1</version>
<version>0.5.2</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 and Mono.</description>
<releaseNotes>Updated image description rendering to match specification v.0.10.</releaseNotes>
<releaseNotes>Updated link and image parser according to specification v.0.12.</releaseNotes>
<copyright>Copyright © Kārlis Gaņģis 2014</copyright>
<tags>CommonMark Markdown</tags>
</metadata>
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 (version 0.10) in C# for converting Markdown documents to HTML.
Implementation of [CommonMark] [1] specification (version 0.12, except for <https://github.com/jgm/CommonMark/issues/193>) 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 4e92e9c

Please sign in to comment.