Skip to content

Commit 0310529

Browse files
committed
increase version to 0.13.0
1 parent bd099a1 commit 0310529

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CommonMark.NET.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>CommonMark.NET</id>
5-
<version>0.12.0</version>
5+
<version>0.13.0</version>
66
<title>CommonMark.NET</title>
77
<authors>Kārlis Gaņģis</authors>
88
<licenseUrl>https://raw.githubusercontent.com/Knagis/CommonMark.NET/master/LICENSE.md</licenseUrl>
@@ -11,8 +11,8 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<summary>Fastest .NET library for converting Markdown documents to HTML.</summary>
1313
<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>
14-
<releaseNotes>Updated to specification 0.25</releaseNotes>
15-
<copyright>Copyright © Kārlis Gaņģis 2014-2015</copyright>
14+
<releaseNotes>Improved tab handling in headings. Fix unhandled exception.</releaseNotes>
15+
<copyright>Copyright © Kārlis Gaņģis 2014-2016</copyright>
1616
<tags>CommonMark Markdown</tags>
1717
</metadata>
1818
<files>

CommonMark.NETCore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.12.0",
2+
"version": "0.13.0",
33
"frameworks": {
44
"dnxcore50": {
55
"compilationOptions": {

0 commit comments

Comments
 (0)