Skip to content

Commit

Permalink
Release version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Sep 16, 2015
1 parent eb656fa commit de71bfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WindowsPathEditor/DiffWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Confirm Changes" Height="296" Width="383"
DataContext="{Binding RelativeSource={RelativeSource Self}}"
Background="{StaticResource {x:Static SystemColors.ControlBrushKey}}"
DataContext="{Binding RelativeSource={RelativeSource Self}}"
Background="{StaticResource {x:Static SystemColors.ControlBrushKey}}"
WindowStartupLocation="CenterScreen" Icon="/WindowsPathEditor;component/Resources/view_text.ico">
<Grid>
<Label Content="Confirm Changes" FontSize="15" Height="30" HorizontalAlignment="Left" Margin="10,10,0,0" Name="whatLabel" VerticalAlignment="Top" />
Expand Down
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.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]

0 comments on commit de71bfe

Please sign in to comment.