Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
Knagis committed Nov 5, 2014
1 parent 09b8415 commit 8489030
Showing 1 changed file with 2 additions and 2 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.4.4</version>
<version>0.5.0</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 to match specification version 0.9.</releaseNotes>
<releaseNotes>Performance and reliability updates.</releaseNotes>
<copyright>Copyright © Kārlis Gaņģis 2014</copyright>
<tags>CommonMark Markdown</tags>
</metadata>
Expand Down

0 comments on commit 8489030

Please sign in to comment.