Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
[Markdig.Wpf] Bump to version 0.2.6
Browse files Browse the repository at this point in the history
Require exact version of Markdig (see issue #20)
  • Loading branch information
Kryptos-FR committed Dec 23, 2018
1 parent 635000a commit 7040dbd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 0.2.6 - 2018/12/24
- updated to latest Markdig 0.15.5
- now requires an exact dependency to Markdig (see issue #20)
- hyperlinks improvements (thanks Jack Griffiths)

## 0.2.5 - 2018/10/14
- updated to latest Markdig 0.15.4
- add HtmlEntityInlineRenderer (thanks Skymirrh)
Expand Down
4 changes: 2 additions & 2 deletions src/Markdig.Wpf/Markdig.Wpf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>$id$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/Kryptos-FR/markdig-wpf/blob/master/LICENSE.md</licenseUrl>
<license type="expression">MIT</license>
<projectUrl>https://github.com/Kryptos-FR/markdig-wpf</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
Expand All @@ -15,7 +15,7 @@
<tags>Markdown CommonMark md xaml WPF</tags>
<dependencies>
<group targetFramework="net452">
<dependency id="Markdig" version="0.15.4" />
<dependency id="Markdig" version="[0.15.5]" />
</group>
</dependencies>
<frameworkAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion src/Markdig.Wpf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public static partial class Markdown
/// <summary>
/// Version of this library.
/// </summary>
public const string Version = "0.2.5";
public const string Version = "0.2.6";
}
}

0 comments on commit 7040dbd

Please sign in to comment.