From a7548c2d4809bdfceea40eedd52eb7ebdd16111d Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Fri, 17 Jun 2022 10:51:12 +0200 Subject: [PATCH] Add description to AssemblyInfo --- MinecraftUSkinEditor/PckStudio.csproj | 28 +++++++++---------- .../Properties/AssemblyInfo.cs | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/MinecraftUSkinEditor/PckStudio.csproj b/MinecraftUSkinEditor/PckStudio.csproj index f9fb65ee..088cb280 100644 --- a/MinecraftUSkinEditor/PckStudio.csproj +++ b/MinecraftUSkinEditor/PckStudio.csproj @@ -3,6 +3,20 @@ preview + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + true Debug @@ -19,20 +33,6 @@ false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true AnyCPU diff --git a/MinecraftUSkinEditor/Properties/AssemblyInfo.cs b/MinecraftUSkinEditor/Properties/AssemblyInfo.cs index 6d92a284..ea7c0f71 100644 --- a/MinecraftUSkinEditor/Properties/AssemblyInfo.cs +++ b/MinecraftUSkinEditor/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ using System.Security.Permissions; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("PCK Studio")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("A Minecraft Legacy Console .pck Editor")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Nobledez & PhoenixARC")] [assembly: AssemblyProduct("PCK Studio")]