Skip to content

Commit

Permalink
wix4: RC preparation/clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-shilo committed Sep 21, 2024
1 parent 03b6583 commit ea02659
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 19 deletions.
4 changes: 1 addition & 3 deletions Source/src/WixSharp.UI.WPF/CustomDialogBase.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
x:Name="Banner"
Grid.ColumnSpan="2"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Stretch="UniformToFill"
StretchDirection="Both" />
VerticalAlignment="Stretch" />
<StackPanel Margin="9">
<TextBlock
Grid.Column="0"
Expand Down
4 changes: 1 addition & 3 deletions Source/src/WixSharp.UI.WPF/Dialogs/FeaturesDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@
Grid.ColumnSpan="2"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Source="{Binding Banner}"
Stretch="UniformToFill"
StretchDirection="Both" />
Source="{Binding Banner}" />
<StackPanel Margin="9">
<TextBlock
Grid.Column="0"
Expand Down
4 changes: 1 addition & 3 deletions Source/src/WixSharp.UI.WPF/Dialogs/InstallDirDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
Grid.ColumnSpan="2"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Source="{Binding Banner}"
Stretch="UniformToFill"
StretchDirection="Both" />
Source="{Binding Banner}" />
<StackPanel Margin="9">
<TextBlock
Grid.Column="0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
Grid.ColumnSpan="2"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Source="{Binding Banner}"
Stretch="UniformToFill"
StretchDirection="Both" />
Source="{Binding Banner}" />
<StackPanel Margin="9">
<TextBlock
Grid.Column="0"
Expand Down
4 changes: 1 addition & 3 deletions Source/src/WixSharp.UI.WPF/Dialogs/ProgressDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
Grid.ColumnSpan="2"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Source="{Binding Banner}"
Stretch="UniformToFill"
StretchDirection="Both" />
Source="{Binding Banner}" />
<StackPanel Margin="9">
<TextBlock
x:Name="DialogTitleLabel"
Expand Down
3 changes: 1 addition & 2 deletions Source/src/WixSharp.UI.WPF/Dialogs/SetupTypeDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
Grid.ColumnSpan="2"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Source="{Binding Banner}"
Stretch="UniformToFill" />
Source="{Binding Banner}" />
<StackPanel Margin="9">
<TextBlock
Grid.Column="0"
Expand Down
4 changes: 2 additions & 2 deletions Source/src/WixSharp/Properties/AssemblyInfo.version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.25.3.0")]
[assembly: AssemblyFileVersion("1.25.3.0")]
[assembly: AssemblyVersion("1.26.0.0")]
[assembly: AssemblyFileVersion("1.26.0.0")]

0 comments on commit ea02659

Please sign in to comment.