From ca82895691bda35c6b74d7618950c9bdb72f7369 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Albin=20Cor=C3=A9n?= <2108U9@gmail.com>
Date: Sat, 31 Mar 2018 03:32:49 +0200
Subject: [PATCH] Added better description to AssemblyInfo
---
MLAPI/MLAPI.csproj | 4 ++++
MLAPI/Properties/AssemblyInfo.cs | 5 ++---
2 files changed, 6 insertions(+), 3 deletions(-)
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("")]