Replaced CommonMark.Net with MarkdownSharp. Smaller and a single file, so there are no Nuget dependencies.
This commit is contained in:
@ -8,10 +8,11 @@
|
||||
Title="MainWindow"
|
||||
Width="800"
|
||||
Height="450"
|
||||
Background="DarkBlue"
|
||||
Background="BlueViolet"
|
||||
ContentRendered="MainWindow_OnContentRendered"
|
||||
mc:Ignorable="d">
|
||||
<StackPanel>
|
||||
<Button Margin="10" FontSize="24" Content="Update" Click="ButtonBase_OnClick"></Button>
|
||||
<TextBlock Text=":-(" FontSize="60" HorizontalAlignment="Center" />
|
||||
</StackPanel>
|
||||
</Window>
|
@ -49,5 +49,5 @@ using System.Windows;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.36.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.36.0")]
|
||||
[assembly: AssemblyVersion("1.0.42")]
|
||||
[assembly: AssemblyFileVersion("1.0.42")]
|
||||
|
Reference in New Issue
Block a user