From 25fa94144b70302021d462ae4ba7ba3c49230597 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 21 May 2022 22:49:43 +0200 Subject: [PATCH] add version skipping --- EnvyUpdate/MainWindow.xaml | 5 ++- EnvyUpdate/MainWindow.xaml.cs | 50 +++++++++++++++++++-- EnvyUpdate/Properties/AssemblyInfo.cs | 4 +- EnvyUpdate/Properties/Resources.Designer.cs | 29 +++++++++++- EnvyUpdate/Properties/Resources.de.resx | 9 ++++ EnvyUpdate/Properties/Resources.resx | 9 ++++ 6 files changed, 98 insertions(+), 8 deletions(-) diff --git a/EnvyUpdate/MainWindow.xaml b/EnvyUpdate/MainWindow.xaml index a650bcb..4074828 100644 --- a/EnvyUpdate/MainWindow.xaml +++ b/EnvyUpdate/MainWindow.xaml @@ -7,7 +7,7 @@ xmlns:p="clr-namespace:EnvyUpdate.Properties" xmlns:tb="http://www.hardcodet.net/taskbar" mc:Ignorable="d" - Title="EnvyUpdate" Height="270" Width="300" Icon="icon.ico" StateChanged="Window_StateChanged" Closing="Window_Closing" ResizeMode="CanMinimize"> + Title="EnvyUpdate" Height="270" Width="389" Icon="icon.ico" StateChanged="Window_StateChanged" Closing="Window_Closing" ResizeMode="CanMinimize"> @@ -23,8 +23,9 @@ - + +