Skip to content

Commit

Permalink
Increased version number to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Knagis committed Apr 20, 2016
1 parent 6dae3ab commit 4b9479d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 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.11.0</version>
<version>0.12.0</version>
<title>CommonMark.NET</title>
<authors>Kārlis Gaņģis</authors>
<licenseUrl>https://raw.githubusercontent.com/Knagis/CommonMark.NET/master/LICENSE.md</licenseUrl>
Expand All @@ -11,8 +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.23
Added optimized PCL targeting .NET 4.5.</releaseNotes>
<releaseNotes>Updated to specification 0.25</releaseNotes>
<copyright>Copyright © Kārlis Gaņģis 2014-2015</copyright>
<tags>CommonMark Markdown</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion CommonMark.NETCore/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"frameworks": {
"dnxcore50": {
"compilationOptions": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# CommonMark.NET

Implementation of [CommonMark] [1] specification (passes tests from version 0.23) in C# for converting Markdown documents to HTML.
Implementation of [CommonMark] [1] specification (passes tests from version 0.25) 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 4b9479d

Please sign in to comment.