From ff424c6c1499eef59a398e0490f287011ff0d1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20B=C3=B6rchers?= Date: Tue, 27 Mar 2018 16:10:38 +0200 Subject: [PATCH] funny stuff --- Example/MainWindow.xaml | 13 +++++++++++-- Example/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Example/MainWindow.xaml b/Example/MainWindow.xaml index 0d191ab..5e3da08 100644 --- a/Example/MainWindow.xaml +++ b/Example/MainWindow.xaml @@ -8,11 +8,20 @@ Title="MainWindow" Width="800" Height="450" - Background="Chartreuse" + Background="#E20074" ContentRendered="MainWindow_OnContentRendered" mc:Ignorable="d"> - + + + + + + + + + + \ No newline at end of file diff --git a/Example/Properties/AssemblyInfo.cs b/Example/Properties/AssemblyInfo.cs index 8dc1820..d549a65 100644 --- a/Example/Properties/AssemblyInfo.cs +++ b/Example/Properties/AssemblyInfo.cs @@ -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.48")] -[assembly: AssemblyFileVersion("1.0.48")] +[assembly: AssemblyVersion("1.0.53")] +[assembly: AssemblyFileVersion("1.0.53")]