Skip to content

Commit de71bfe

Browse files
committed
Release version 1.6
1 parent eb656fa commit de71bfe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

WindowsPathEditor/DiffWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
Title="Confirm Changes" Height="296" Width="383"
5-
DataContext="{Binding RelativeSource={RelativeSource Self}}"
6-
Background="{StaticResource {x:Static SystemColors.ControlBrushKey}}"
5+
DataContext="{Binding RelativeSource={RelativeSource Self}}"
6+
Background="{StaticResource {x:Static SystemColors.ControlBrushKey}}"
77
WindowStartupLocation="CenterScreen" Icon="/WindowsPathEditor;component/Resources/view_text.ico">
88
<Grid>
99
<Label Content="Confirm Changes" FontSize="15" Height="30" HorizontalAlignment="Left" Margin="10,10,0,0" Name="whatLabel" VerticalAlignment="Top" />

WindowsPathEditor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.5.0.0")]
55-
[assembly: AssemblyFileVersion("1.5.0.0")]
54+
[assembly: AssemblyVersion("1.6.0.0")]
55+
[assembly: AssemblyFileVersion("1.6.0.0")]

0 commit comments

Comments
 (0)