Bumped version number to 0.14, added icon to Update Available window
This commit is contained in:
parent
ae6e8c5211
commit
dde9f65ea6
|
@ -11,7 +11,7 @@ using System.Windows;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("XVar Industries Inc.")]
|
||||
[assembly: AssemblyProduct("Filtration")]
|
||||
[assembly: AssemblyCopyright("Copyright © Ben Wallis 2015")]
|
||||
[assembly: AssemblyCopyright("Copyright © Ben Wallis 2016")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
@ -50,7 +50,7 @@ using System.Windows;
|
|||
// 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("0.13")]
|
||||
[assembly: AssemblyVersion("0.14")]
|
||||
|
||||
[assembly: InternalsVisibleTo("Filtration.Tests")]
|
||||
[assembly: InternalsVisibleTo("Filtration.ItemFilterPreview.Tests")]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:viewModels="clr-namespace:Filtration.ViewModels"
|
||||
Title="Filtration - New Version Available!" Height="300" Width="500"
|
||||
Title="Filtration - New Version Available!" Height="300" Width="500" Icon="../Resources/filtration.ico"
|
||||
mc:Ignorable="d"
|
||||
d:DataContext="{d:DesignInstance Type=viewModels:UpdateAvailableViewModel}">
|
||||
<Grid Margin="10">
|
||||
|
|
Loading…
Reference in New Issue