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.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryptos-FR committed Nov 4, 2019
1 parent da1ce14 commit 3bf39b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.3.1 - 2019/11/04
- updated to [Markdig 0.18.0](https://github.com/lunet-io/markdig/blob/master/changelog.md#0180-24-oct-2019)
- added .NET Core support (thanks Victor Irzak, see PR #35)
- added .NET code analyzers

## 0.3.0 - 2019/06/16
- updated to [Markdig 0.17.1](https://github.com/lunet-io/markdig/blob/master/changelog.md#0171-04-july-2019)
- checked and tested Emoji support (need to be enabled through extension `UseEmojiAndSmiley(bool)`)
Expand Down
3 changes: 2 additions & 1 deletion src/Markdig.Wpf/Markdig.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Markdig.Wpf</AssemblyName>
<AssemblyTitle>Markdig.Wpf</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>0.3.0</VersionPrefix>
<VersionPrefix>0.3.1</VersionPrefix>
<TargetFrameworks>net40;net452;netcoreapp3.0</TargetFrameworks>
<PackageId>Markdig.Wpf</PackageId>
<PackageId Condition="'$(SignAssembly)' == 'true'">Markdig.Wpf.Signed</PackageId>
Expand All @@ -15,6 +15,7 @@
<PackageReleaseNotes>https://github.com/Kryptos-FR/markdig.wpf/blob/master/RELEASENOTES.md</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Markdown CommonMark md xaml WPF</PackageTags>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<UseWPF>true</UseWPF>
</PropertyGroup>
<PropertyGroup Condition=" '$(SignAssembly)' == 'true' ">
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 @@ -13,6 +13,6 @@ public static partial class Markdown
/// <summary>
/// Version of this library.
/// </summary>
public const string Version = "0.3.0";
public const string Version = "0.3.1";
}
}

0 comments on commit 3bf39b0

Please sign in to comment.