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

Commit 229dd6f

Browse files
committed
[Markdig.Wpf] Bump to version 0.3.0
1 parent aa1553e commit 229dd6f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

RELEASENOTES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## 0.3.0 - 2019/06/16
4+
- updated to latest Markdig 0.17.1
5+
- checked and tested Emoji support (need to be enabled through extension `UseEmojiAndSmiley(bool)`)
6+
- make some class customizables (thanks Finn Coordts, see PR #33)
7+
38
## 0.2.8 - 2019/04/12
49
- now supports net40
510

src/Markdig.Wpf/Markdig.Wpf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Markdig.Wpf</AssemblyName>
77
<AssemblyTitle>Markdig.Wpf</AssemblyTitle>
88
<NeutralLanguage>en-US</NeutralLanguage>
9-
<VersionPrefix>0.2.8</VersionPrefix>
9+
<VersionPrefix>0.3.0</VersionPrefix>
1010
<TargetFrameworks>net40;net452</TargetFrameworks>
1111
<PackageId>Markdig.Wpf</PackageId>
1212
<PackageId Condition="'$(SignAssembly)' == 'true'">Markdig.Wpf.Signed</PackageId>

src/Markdig.Wpf/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ public static partial class Markdown
1313
/// <summary>
1414
/// Version of this library.
1515
/// </summary>
16-
public const string Version = "0.2.8";
16+
public const string Version = "0.3.0";
1717
}
1818
}

0 commit comments

Comments
 (0)