Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Sep 16, 2024
1 parent a930de6 commit 256469a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/TF2HUD.Editor/HUDEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<Company>CriticalFlaw</Company>
<Copyright>CriticalFlaw</Copyright>
<PackageProjectUrl>http://criticalflaw.ca/TF2HUD.Editor/</PackageProjectUrl>
<AssemblyVersion>3.2.2</AssemblyVersion>
<FileVersion>3.2.2</FileVersion>
<Version>3.2.2</Version>
<AssemblyVersion>3.3.0</AssemblyVersion>
<FileVersion>3.3.0</FileVersion>
<Version>3.3.0</Version>
<RepositoryUrl>https://github.com/CriticalFlaw/TF2HUD.Editor</RepositoryUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down Expand Up @@ -55,7 +55,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.1" />
<PackageReference Include="CountryFlag.Wpf" Version="1.0.0" />
<PackageReference Include="Crews.Utility.TgaSharp" Version="1.0.0" />
<PackageReference Include="DotNetProjects.Extended.Wpf.Toolkit" Version="5.0.115" />
Expand Down
12 changes: 7 additions & 5 deletions src/TF2HUD.Editor/Views/AppInfoView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
<Run Text="linked below." />
</TextBlock>
<Border Background="#A49E9E" HorizontalAlignment="Stretch" Height="1" Margin="0,15,0,10" />
<Label Content="Version 3.3 RC2" Style="{StaticResource HeaderText}" Margin="0,0,0,10" />
<Label Content="Version 3.3" Style="{StaticResource HeaderText}" Margin="0,0,0,10" />
<TextBlock Style="{StaticResource BodyText}" FontSize="22" TextAlignment="Left">
<Run Text="> Upgraded to .NET 8.0" /><LineBreak />
<Run Text="> Updated to work with TF2 following the 64-bit Update" /><LineBreak />
<Run Text="> Updated to application UI" /><LineBreak />
<Run Text="> Updated Spanish translations" />
<Run Text="> Updated the user interface." /><LineBreak />
<Run Text="> Updated to work with 64-bit TF2." /><LineBreak />
<Run Text="> Updated logging to be more detailed." /><LineBreak />
<Run Text="> Added a clear cache option to fix schema issues." /><LineBreak />
<Run Text="> Fixed a crash on startup caused by missing schemas." /><LineBreak />
<Run Text="> Upgraded the app to .NET 8.0." /><LineBreak />
<LineBreak />
</TextBlock>
</StackPanel>
Expand Down

0 comments on commit 256469a

Please sign in to comment.