From cd6afb32cb8ab558dc326e3afb63cff4017569f5 Mon Sep 17 00:00:00 2001 From: JonKazama-Hellion Date: Sun, 3 May 2026 21:27:50 +0200 Subject: [PATCH] build: align RootNamespace with HellionChat post-rename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the project root namespace and replaces the historical comment about cherry-pick compatibility — that compatibility was the rationale for keeping ChatTwo.* in source while AssemblyName was already HellionChat. With v1.0.0 the standalone cut is complete and both identifiers match. Note: this commit also fixes the runtime MissingManifestResourceException that the previous Task 6 commit caused — the embedded resource prefix is derived from RootNamespace at build time, so Designer.cs string arguments and the actual resource names only line up once both are set to HellionChat. --- ChatTwo/ChatTwo.csproj | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ChatTwo/ChatTwo.csproj b/ChatTwo/ChatTwo.csproj index 69b12b1..0390520 100644 --- a/ChatTwo/ChatTwo.csproj +++ b/ChatTwo/ChatTwo.csproj @@ -6,13 +6,12 @@ derives from. --> 0.6.1 enable - + HellionChat - ChatTwo + HellionChat