diff --git a/TR2RandoTracker/Model/Settings.cs b/TR2RandoTracker/Model/Settings.cs index 74f8eb7..48640e6 100644 --- a/TR2RandoTracker/Model/Settings.cs +++ b/TR2RandoTracker/Model/Settings.cs @@ -182,7 +182,7 @@ public bool ShowTitle } } - private const string _defaultTitle = "TR II Randomizer"; + private const string _defaultTitle = "TR Randomizer"; private string _title; public string Title { diff --git a/TR2RandoTracker/Properties/AssemblyInfo.cs b/TR2RandoTracker/Properties/AssemblyInfo.cs index 7ceb3c7..059e377 100644 --- a/TR2RandoTracker/Properties/AssemblyInfo.cs +++ b/TR2RandoTracker/Properties/AssemblyInfo.cs @@ -7,12 +7,12 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("TR2 Rando Tracker")] -[assembly: AssemblyDescription("Tracks completed levels when playing TR2 Randomizer")] +[assembly: AssemblyTitle("TR Rando Tracker")] +[assembly: AssemblyDescription("Tracks completed levels when playing TR Randomizer")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Tomp Community")] -[assembly: AssemblyProduct("TR2RandoTracker v0.9.5")] -[assembly: AssemblyCopyright("Copyright © Tomp Community 2021")] +[assembly: AssemblyProduct("TRRandoTracker v0.9.6")] +[assembly: AssemblyCopyright("Copyright © Tomp Community 2022")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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("0.9.5.0")] -[assembly: AssemblyFileVersion("0.9.5.0")] +[assembly: AssemblyVersion("0.9.6.0")] +[assembly: AssemblyFileVersion("0.9.6.0")] diff --git a/TR2RandoTracker/TR2RandoTracker.csproj b/TR2RandoTracker/TR2RandoTracker.csproj index 23e83c3..0e90621 100644 --- a/TR2RandoTracker/TR2RandoTracker.csproj +++ b/TR2RandoTracker/TR2RandoTracker.csproj @@ -7,7 +7,7 @@ {2116FCEA-A81B-4E86-8798-22DCFD2FDBB6} WinExe TR2RandoTracker - TR2RandoTracker + TRRandoTracker v4.7.2 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} diff --git a/TR2RandoTracker/Windows/AboutWindow.xaml b/TR2RandoTracker/Windows/AboutWindow.xaml index 162eaa1..6816592 100644 --- a/TR2RandoTracker/Windows/AboutWindow.xaml +++ b/TR2RandoTracker/Windows/AboutWindow.xaml @@ -11,7 +11,7 @@ WindowStartupLocation="CenterScreen" ShowInTaskbar="False" Loaded="Window_Loaded" - Title="About TR2 Rando Tracker" Height="250" Width="550"> + Title="About TR Rando Tracker" Height="250" Width="550"> diff --git a/TR2RandoTracker/Windows/MainWindow.xaml b/TR2RandoTracker/Windows/MainWindow.xaml index 15c0e8b..c0d3e0d 100644 --- a/TR2RandoTracker/Windows/MainWindow.xaml +++ b/TR2RandoTracker/Windows/MainWindow.xaml @@ -14,7 +14,7 @@ Background="{Binding Background}" WindowStartupLocation="Manual" Icon="..\Resources\clipboard.ico" - Title="TR2 Rando Tracker" Height="486" Width="300" Left="0" Top="0"> + Title="TR Rando Tracker" Height="486" Width="300" Left="0" Top="0"> @@ -42,7 +42,7 @@ Header="Check for Updates" Click="UpdatesMenuItem_Click"/> + Title="TR Rando Tracker" Height="200" Width="420"> diff --git a/TR2RandoTracker/Windows/UpdateAvailableWindow.xaml b/TR2RandoTracker/Windows/UpdateAvailableWindow.xaml index e0d62f0..fc2e4bb 100644 --- a/TR2RandoTracker/Windows/UpdateAvailableWindow.xaml +++ b/TR2RandoTracker/Windows/UpdateAvailableWindow.xaml @@ -32,7 +32,7 @@ + Text="A new version of TR Rando Tracker is available."/>