diff options
Diffstat (limited to 'Unicity.Game/Properties')
| -rw-r--r-- | Unicity.Game/Properties/AssemblyInfo.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Unicity.Game/Properties/AssemblyInfo.cs b/Unicity.Game/Properties/AssemblyInfo.cs index 8ebde5e..8ee9d08 100644 --- a/Unicity.Game/Properties/AssemblyInfo.cs +++ b/Unicity.Game/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.Game")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyTitle("Unicity")] +[assembly: AssemblyDescription("Unicity game")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Unicity.Game")] -[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyCompany("Alee Productions")] +[assembly: AssemblyProduct("Unicity")] +[assembly: AssemblyCopyright("Copyright © 2019 Alee Productions")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] |
