Update AssemblyName from PCK Studio to PCK-Studio

This commit is contained in:
miku-666
2022-09-01 20:25:28 +02:00
parent 61b13599dc
commit 0d3184c21c
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PckStudio</RootNamespace>
<AssemblyName>PCK Studio</AssemblyName>
<AssemblyName>PCK-Studio</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

View File

@@ -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")]