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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryptos-FR committed Oct 17, 2017
1 parent cd788ee commit 38c676b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions src/Markdig.Wpf/Markdig.Wpf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Markdig.Wpf</id>
<version>0.2.1</version>
<version>0.2.2</version>
<title>Markdig.Wpf</title>
<authors>Nicolas Musset</authors>
<owners>Nicolas Musset</owners>
Expand All @@ -11,6 +11,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A WPF library for lunet-io/markdig</description>
<releaseNotes>
&gt; 0.2.2
- updated to latest Markdig 0.13.3
- fix relative URL for images (thanks David Holsgrove)

&gt; 0.2.1
- updated to latest Markdig 0.13.1
- allow to change the MarkdownPipeline on a MarkdownViewer control
Expand All @@ -25,7 +29,7 @@
<tags>Markdown CommonMark md xaml WPF</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Markdig" version="0.13.1" />
<dependency id="Markdig" version="0.13.3" />
</group>
</dependencies>
</metadata>
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 @@ -31,6 +31,6 @@ namespace Markdig.Wpf
{
public static partial class Markdown
{
public const string Version = "0.2.1";
public const string Version = "0.2.2";
}
}

0 comments on commit 38c676b

Please sign in to comment.