diff options
Diffstat (limited to 'Unicity.Engine/Properties')
| -rw-r--r-- | Unicity.Engine/Properties/AssemblyInfo.cs | 10 |
1 files changed, 5 insertions, 5 deletions
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("")] |
