Skip to content

Commit 57dc048

Browse files
committed
Version number increase
1 parent 63a6bb1 commit 57dc048

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CommonMark.NET.nuspec

Lines changed: 2 additions & 2 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.13.3</version>
5+
<version>0.13.4</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,7 +11,7 @@
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>Improves source position tracking for HTML blocks.</releaseNotes>
14+
<releaseNotes>Fixed regression introduced in 0.13.3.</releaseNotes>
1515
<copyright>Copyright © Kārlis Gaņģis 2014-2016</copyright>
1616
<tags>CommonMark Markdown</tags>
1717
</metadata>

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.13.3",
2+
"version": "0.13.4",
33
"frameworks": {
44
"dnxcore50": {
55
"compilationOptions": {

0 commit comments

Comments
 (0)