From 0d3184c21c96473fc37abf51414b7f758f2bdbad Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Thu, 1 Sep 2022 20:25:28 +0200 Subject: [PATCH] Update AssemblyName from `PCK Studio` to `PCK-Studio` --- PCK-Studio/PckStudio.csproj | 2 +- PCK-Studio/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PCK-Studio/PckStudio.csproj b/PCK-Studio/PckStudio.csproj index bed67d41..62dafa0c 100644 --- a/PCK-Studio/PckStudio.csproj +++ b/PCK-Studio/PckStudio.csproj @@ -25,7 +25,7 @@ WinExe Properties PckStudio - PCK Studio + PCK-Studio v4.8 512 true diff --git a/PCK-Studio/Properties/AssemblyInfo.cs b/PCK-Studio/Properties/AssemblyInfo.cs index b90f49ff..e506feee 100644 --- a/PCK-Studio/Properties/AssemblyInfo.cs +++ b/PCK-Studio/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ using System.Security.Permissions; // 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("PCK Studio")] +[assembly: AssemblyTitle("PCK-Studio")] [assembly: AssemblyDescription("A Minecraft Legacy Console .pck Editor")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Nobledez & PhoenixARC")]