Skip to content

Commit

Permalink
Version 2023.05.31
Browse files Browse the repository at this point in the history
  • Loading branch information
arbruijn committed May 24, 2024
1 parent c9ef3a5 commit f3786d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LevelPost/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<Image HorizontalAlignment="Left" Height="100" Margin="10,10,50,0" VerticalAlignment="Top" Width="100" Source="icon128.png"/>
<Label x:Name="LblVersion" Content="LevelPost 2023.05.29" HorizontalAlignment="Left" Margin="115,10,0,0" VerticalAlignment="Top" Width="182"/>
<Label x:Name="LblVersion" Content="LevelPost 2023.05.31" HorizontalAlignment="Left" Margin="115,10,0,0" VerticalAlignment="Top" Width="182"/>
<Label Content="Arne de Bruijn" HorizontalAlignment="Left" Margin="115,62,0,0" VerticalAlignment="Top"/>
<Label x:Name="AboutLink" Content="https://www.arnedebruijn.nl/levelpost" HorizontalAlignment="Left" Margin="115,88,0,0" VerticalAlignment="Top" Cursor="Hand" Foreground="#FF0000EE" MouseUp="AboutLinkClick" TabIndex="12" IsTabStop="True" Focusable="True" KeyDown="AboutLink_KeyDown"/>
<Label Content="This is an unrelated, unsupported tool. Use at your own risk!" HorizontalAlignment="Left" Margin="115,114,0,0" VerticalAlignment="Top" Width="502"/>
Expand Down
2 changes: 1 addition & 1 deletion LevelPost/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 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("1.2023.0529.0")]
[assembly: AssemblyVersion("1.2023.0531.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit f3786d5

Please sign in to comment.