Skip to content

Commit

Permalink
Update updater executable metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Rampastring committed Dec 2, 2024
1 parent 77199b3 commit 1a0d4d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/MapEditorLauncher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,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("DTA Scenario Editor Launcher")]
[assembly: AssemblyDescription("DTA Scenario Editor Launcher")]
[assembly: AssemblyTitle("World-Altering Editor (WAE) Launcher")]
[assembly: AssemblyDescription("World-Altering Editor (WAE) Launcher")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Rampastring")]
[assembly: AssemblyProduct("Dawn of the Tiberium Age")]
[assembly: AssemblyCopyright("Copyright © Rami 'Rampastring' Pasanen 2023")]
[assembly: AssemblyProduct("World-Altering Editor (WAE)")]
[assembly: AssemblyCopyright("Copyright © Rami 'Rampastring' Pasanen 2022-2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

0 comments on commit 1a0d4d4

Please sign in to comment.