From 1a0d4d40bb1e761544cae54ae8d35f4c334ebb41 Mon Sep 17 00:00:00 2001 From: Rampastring Date: Mon, 2 Dec 2024 04:19:25 +0200 Subject: [PATCH] Update updater executable metadata --- src/MapEditorLauncher/Properties/AssemblyInfo.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/MapEditorLauncher/Properties/AssemblyInfo.cs b/src/MapEditorLauncher/Properties/AssemblyInfo.cs index 5e5ee95c4..bda1aab13 100644 --- a/src/MapEditorLauncher/Properties/AssemblyInfo.cs +++ b/src/MapEditorLauncher/Properties/AssemblyInfo.cs @@ -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("")] @@ -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")]