diff --git a/MLAPI/MLAPI.csproj b/MLAPI/MLAPI.csproj index bd86046..853a623 100644 --- a/MLAPI/MLAPI.csproj +++ b/MLAPI/MLAPI.csproj @@ -42,6 +42,10 @@ prompt MinimumRecommendedRules.ruleset Auto + false + + + false diff --git a/MLAPI/Properties/AssemblyInfo.cs b/MLAPI/Properties/AssemblyInfo.cs index db76e71..eb18df1 100644 --- a/MLAPI/Properties/AssemblyInfo.cs +++ b/MLAPI/Properties/AssemblyInfo.cs @@ -1,16 +1,15 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 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("MLAPI")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Game networking stack")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("MLAPI")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © Albin Corén 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]