Skip to content

Commit ca82895

Browse files
committed
Added better description to AssemblyInfo
1 parent a99e1a5 commit ca82895

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

MLAPI/MLAPI.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<ErrorReport>prompt</ErrorReport>
4343
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4444
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
45+
<RunCodeAnalysis>false</RunCodeAnalysis>
46+
</PropertyGroup>
47+
<PropertyGroup>
48+
<SignAssembly>false</SignAssembly>
4549
</PropertyGroup>
4650
<ItemGroup>
4751
<Reference Include="IntXLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1744b76c74eaee1e, processorArchitecture=MSIL">

MLAPI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
65
// set of attributes. Change these attribute values to modify the information
76
// associated with an assembly.
87
[assembly: AssemblyTitle("MLAPI")]
9-
[assembly: AssemblyDescription("")]
8+
[assembly: AssemblyDescription("Game networking stack")]
109
[assembly: AssemblyConfiguration("")]
1110
[assembly: AssemblyCompany("")]
1211
[assembly: AssemblyProduct("MLAPI")]
13-
[assembly: AssemblyCopyright("Copyright © 2018")]
12+
[assembly: AssemblyCopyright("Copyright © Albin Corén 2018")]
1413
[assembly: AssemblyTrademark("")]
1514
[assembly: AssemblyCulture("")]
1615

0 commit comments

Comments
 (0)