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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryptos-FR committed Oct 14, 2018
1 parent 3303bad commit c067593
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
7 changes: 6 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Release Notes
# Release Notes

## 0.2.5 - 2018/10/14
- updated to latest Markdig 0.15.4
- add HtmlEntityInlineRenderer (thanks Skymirrh)
- make WpfRenderer methods public (thanks Łukasz Holetzke)

## 0.2.4 - 2018/05/25
- updated to latest Markdig 0.15.0
Expand Down
4 changes: 4 additions & 0 deletions src/Markdig.Wpf.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
..\LICENSE.md = ..\LICENSE.md
..\README.md = ..\README.md
..\RELEASENOTES.md = ..\RELEASENOTES.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markdig.Xaml.ConsoleApp", "Markdig.Xaml.ConsoleApp\Markdig.Xaml.ConsoleApp.csproj", "{559E768F-424B-4E2A-8CBE-756819DE49EC}"
Expand Down Expand Up @@ -62,4 +63,7 @@ Global
{BD4D1C9A-C34F-419B-8A67-66EE79FB9ADA} = {E93FC46F-EBFB-4177-9D86-7534C4619827}
{76EFE234-7234-4ACE-B007-B88A0620F12B} = {8DA306DF-1D05-4E0D-85E8-C966154D6FCD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17465081-057C-4230-8347-D812E99F4B12}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion src/Markdig.Wpf/Markdig.Wpf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<tags>Markdown CommonMark md xaml WPF</tags>
<dependencies>
<group targetFramework="net452">
<dependency id="Markdig" version="0.15.0" />
<dependency id="Markdig" version="0.15.4" />
</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.4";
public const string Version = "0.2.5";
}
}

0 comments on commit c067593

Please sign in to comment.