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")]