Skip to content

Commit

Permalink
Release 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Oct 10, 2015
1 parent 3e8d218 commit 7844aaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WindowsPathEditor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
5 changes: 3 additions & 2 deletions WindowsPathEditor/ScanningWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Automatically add bin directories" Height="282" Width="505"
ResizeMode="NoResize" DataContext="{Binding RelativeSource={RelativeSource Self}}"
Background="{StaticResource {x:Static SystemColors.ControlBrushKey}}"
ResizeMode="NoResize"
DataContext="{Binding RelativeSource={RelativeSource Self}}"
Background="{StaticResource {x:Static SystemColors.ControlBrushKey}}"
WindowStartupLocation="CenterScreen" xmlns:my="clr-namespace:WindowsPathEditor" Icon="/WindowsPathEditor;component/Resources/view_text.ico">
<Grid>
<ProgressBar Height="23" HorizontalAlignment="Left" Margin="12,45,0,0" Name="progressBar1" VerticalAlignment="Top" Width="374" IsIndeterminate="True" />
Expand Down

0 comments on commit 7844aaf

Please sign in to comment.