Skip to content

Commit 0ce1050

Browse files
committed
fixes that evlwatcher console shows the wrong version
1 parent 6687ad5 commit 0ce1050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/EvlWatcherConsole/EvlWatcherConsole/View/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:vm="clr-namespace:EvlWatcherConsole.ViewModel"
5-
Title="EvlWatcher v2.1.5 Console" Height="650" Width="825" MinHeight="650" MinWidth="825" Icon="pack://application:,,,/Resources/EvlWatcher.ico" WindowStyle="ThreeDBorderWindow">
5+
Title="EvlWatcher v2.1.6 Console" Height="650" Width="825" MinHeight="650" MinWidth="825" Icon="pack://application:,,,/Resources/EvlWatcher.ico" WindowStyle="ThreeDBorderWindow">
66
<Window.DataContext>
77
<vm:MainWindowViewModel/>
88
</Window.DataContext>

0 commit comments

Comments
 (0)