Skip to content

Commit 7844aaf

Browse files
committed
Release 1.7
1 parent 3e8d218 commit 7844aaf

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

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.6.0.0")]
55-
[assembly: AssemblyFileVersion("1.6.0.0")]
54+
[assembly: AssemblyVersion("1.7.0.0")]
55+
[assembly: AssemblyFileVersion("1.7.0.0")]

WindowsPathEditor/ScanningWindow.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
Title="Automatically add bin directories" Height="282" Width="505"
5-
ResizeMode="NoResize" DataContext="{Binding RelativeSource={RelativeSource Self}}"
6-
Background="{StaticResource {x:Static SystemColors.ControlBrushKey}}"
5+
ResizeMode="NoResize"
6+
DataContext="{Binding RelativeSource={RelativeSource Self}}"
7+
Background="{StaticResource {x:Static SystemColors.ControlBrushKey}}"
78
WindowStartupLocation="CenterScreen" xmlns:my="clr-namespace:WindowsPathEditor" Icon="/WindowsPathEditor;component/Resources/view_text.ico">
89
<Grid>
910
<ProgressBar Height="23" HorizontalAlignment="Left" Margin="12,45,0,0" Name="progressBar1" VerticalAlignment="Top" Width="374" IsIndeterminate="True" />

0 commit comments

Comments
 (0)