From cc845ca858be069ea6349e2da0c28ff891abd1a7 Mon Sep 17 00:00:00 2001 From: Adrian Ulbrich Date: Sun, 10 Nov 2019 01:26:11 +0100 Subject: Embedded shader files in application --- Unicity.Engine/Properties/AssemblyInfo.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Unicity.Engine/Properties/AssemblyInfo.cs') diff --git a/Unicity.Engine/Properties/AssemblyInfo.cs b/Unicity.Engine/Properties/AssemblyInfo.cs index b6ce7aa..c5888d5 100644 --- a/Unicity.Engine/Properties/AssemblyInfo.cs +++ b/Unicity.Engine/Properties/AssemblyInfo.cs @@ -5,12 +5,12 @@ using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die einer Assembly zugeordnet sind. -[assembly: AssemblyTitle("Unicity.Engine")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyTitle("Unicity Game Engine")] +[assembly: AssemblyDescription("Game Engine for the Unicity game")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Unicity.Engine")] -[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyCompany("Alee Productions")] +[assembly: AssemblyProduct("Unicity Engine")] +[assembly: AssemblyCopyright("Copyright © 2019 Alee Productions")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -- cgit v1.2.3