From 88bac2e27e6d95f21fdf507f90ac82681c6ae089 Mon Sep 17 00:00:00 2001 From: Laura Verdoes <1766841+Vivelin@users.noreply.github.com> Date: Sat, 4 Sep 2021 16:14:28 +0200 Subject: [PATCH] Fixed FileDescription --- Randomizer.App/MainWindow.xaml | 4 ++-- Randomizer.App/Randomizer.App.csproj | 7 +++++++ setup/randomizer.app.iss | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Randomizer.App/MainWindow.xaml b/Randomizer.App/MainWindow.xaml index a430f41bf..6b88c4a17 100644 --- a/Randomizer.App/MainWindow.xaml +++ b/Randomizer.App/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Randomizer.App" xmlns:vm="clr-namespace:Randomizer.App.ViewModels" xmlns:smz3="clr-namespace:Randomizer.SMZ3;assembly=Randomizer.SMZ3" mc:Ignorable="d" - Closing="Window_Closing" Title="SMZ3 Cas' Randomizer" Height="525" Width="450"> + Closing="Window_Closing" Title="SMZ3 Cas' Randomizer" Height="525" Width="525"> @@ -112,7 +112,7 @@ - + diff --git a/Randomizer.App/Randomizer.App.csproj b/Randomizer.App/Randomizer.App.csproj index e08108143..c3f90dbd1 100644 --- a/Randomizer.App/Randomizer.App.csproj +++ b/Randomizer.App/Randomizer.App.csproj @@ -5,6 +5,13 @@ net5.0-windows true chozo20.ico + 0.1.0.4 + SMZ3 Cas' Randomizer + SMZ3 Cas' Randomizer + Vivelin + SMZ3 Cas' Randomizer + Randomizer.App + en diff --git a/setup/randomizer.app.iss b/setup/randomizer.app.iss index e05445e39..7cddc3bf8 100644 --- a/setup/randomizer.app.iss +++ b/setup/randomizer.app.iss @@ -4,7 +4,7 @@ #include "CodeDependencies.iss" #define MyAppName "SMZ3 Cas' Randomizer" -#define MyAppVersion "0.1.0.2" +#define MyAppVersion "0.1.0.4" #define MyAppPublisher "Vivelin" #define MyAppURL "https://github.com/Vivelin/SMZ3Randomizer" #define MyAppExeName "Randomizer.App.exe"