Skip to content

Commit

Permalink
Fixed FileDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivelin committed Sep 4, 2021
1 parent 0a143b8 commit 88bac2e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Randomizer.App/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<Window.DataContext>
<vm:RandomizerOptions></vm:RandomizerOptions>
</Window.DataContext>
Expand Down Expand Up @@ -112,7 +112,7 @@

<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Grid.Row="3">
<Button x:Name="PlayButton" Click="PlayButton_Click">_Play</Button>
<Button x:Name="GenerateRomButton" Click="GenerateRomButton_Click">_Generate ROM...</Button>
<Button x:Name="GenerateRomButton" Click="GenerateRomButton_Click">_Generate ROM</Button>
</StackPanel>
</Grid>
</Window>
7 changes: 7 additions & 0 deletions Randomizer.App/Randomizer.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>chozo20.ico</ApplicationIcon>
<Version>0.1.0.4</Version>
<Title>SMZ3 Cas' Randomizer</Title>
<AssemblyTitle>SMZ3 Cas' Randomizer</AssemblyTitle>
<Authors>Vivelin</Authors>
<Product>SMZ3 Cas' Randomizer</Product>
<PackageId>Randomizer.App</PackageId>
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion setup/randomizer.app.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 88bac2e

Please sign in to comment.