Skip to content

Commit

Permalink
Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Knagis committed Jan 31, 2015
1 parent af130a6 commit dbc43be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CommonMark.NET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>CommonMark.NET</id>
<version>0.7.0</version>
<version>0.8.0</version>
<title>CommonMark.NET</title>
<authors>Knagis</authors>
<licenseUrl>https://raw.githubusercontent.com/Knagis/CommonMark.NET/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/Knagis/CommonMark.NET/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/dcurtis/markdown-mark/master/png/32x20.png</iconUrl>
<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>Small parser bugfixes, new mechanism to work with document tree as enumerable (with LINQ).</releaseNotes>
<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>Parser can now track precise source mapping. Performance improvements. Support for .NET Core CLR.</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.7.0",
"version": "0.8.0",
"dependencies": { },
"frameworks": {
"aspnetcore50": {
Expand Down

0 comments on commit dbc43be

Please sign in to comment.