Skip to content

Commit

Permalink
Up to v23.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabaker committed Dec 10, 2023
1 parent 2046864 commit a7e3a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion F1T Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--https://wixtoolset.org/documentation/manual/v3/howtos/files_and_registry/create_start_menu_shortcut.html-->
<!--https://stackoverflow.com/questions/11868499/create-shortcut-to-desktop-using-wix-->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="F1T_Installer" Language="1033" Version="23.0.1.0" Manufacturer="F1T" UpgradeCode="a46a6d50-c65d-4477-b347-e56bf3a90b49">
<Product Id="*" Name="F1T_Installer" Language="1033" Version="23.0.2.0" Manufacturer="F1T" UpgradeCode="a46a6d50-c65d-4477-b347-e56bf3a90b49">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
2 changes: 1 addition & 1 deletion F1T/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<Grid HorizontalAlignment="Stretch">
<Label Grid.Row="0" Grid.Column="0"
VerticalAlignment="Center" HorizontalAlignment="Left"
Content="F1T V23.0.1" Foreground="DarkGray" FontSize="12" FontFamily="/Fonts/#Poppins"
Content="F1T V23.0.2" Foreground="DarkGray" FontSize="12" FontFamily="/Fonts/#Poppins"
Margin="10,0,0,0"></Label>

<StackPanel HorizontalAlignment="Right" Orientation="Horizontal" Margin="0,3,0,0">
Expand Down

0 comments on commit a7e3a98

Please sign in to comment.