Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 0c6dfc0

Browse files
committed
Updated assembly info
1 parent be34022 commit 0c6dfc0

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

AsyncUsageAnalyzers/AsyncUsageAnalyzers.Test/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System.Reflection;
1+
using System;
2+
using System.Reflection;
23
using System.Runtime.InteropServices;
34

45
// General Information about an assembly is controlled through the following
@@ -7,11 +8,12 @@
78
[assembly: AssemblyTitle("AsyncUsageAnalyzers.Test")]
89
[assembly: AssemblyDescription("")]
910
[assembly: AssemblyConfiguration("")]
10-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("Tunnel Vision Laboratories, LLC")]
1112
[assembly: AssemblyProduct("AsyncUsageAnalyzers.Test")]
12-
[assembly: AssemblyCopyright("Copyright © 2015")]
13+
[assembly: AssemblyCopyright("Copyright © Sam Harwell 2015")]
1314
[assembly: AssemblyTrademark("")]
1415
[assembly: AssemblyCulture("")]
16+
[assembly: CLSCompliant(false)]
1517

1618
// Setting ComVisible to false makes the types in this assembly not visible
1719
// to COM components. If you need to access a type in this assembly from
@@ -29,4 +31,5 @@
2931
// by using the '*' as shown below:
3032
// [assembly: AssemblyVersion("1.0.*")]
3133
[assembly: AssemblyVersion("1.0.0.0")]
32-
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyInformationalVersion("1.0.0.0-dev")]

AsyncUsageAnalyzers/AsyncUsageAnalyzers/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System.Reflection;
1+
using System;
2+
using System.Reflection;
23
using System.Runtime.InteropServices;
34

45
// General Information about an assembly is controlled through the following
@@ -7,11 +8,12 @@
78
[assembly: AssemblyTitle("AsyncUsageAnalyzers")]
89
[assembly: AssemblyDescription("")]
910
[assembly: AssemblyConfiguration("")]
10-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("Tunnel Vision Laboratories, LLC")]
1112
[assembly: AssemblyProduct("AsyncUsageAnalyzers")]
12-
[assembly: AssemblyCopyright("Copyright © 2015")]
13+
[assembly: AssemblyCopyright("Copyright © Sam Harwell 2015")]
1314
[assembly: AssemblyTrademark("")]
1415
[assembly: AssemblyCulture("")]
16+
[assembly: CLSCompliant(false)]
1517

1618
// Setting ComVisible to false makes the types in this assembly not visible
1719
// to COM components. If you need to access a type in this assembly from
@@ -27,5 +29,6 @@
2729
//
2830
// You can specify all the values or you can default the Build and Revision Numbers
2931
// by using the '*' as shown below:
30-
[assembly: AssemblyVersion("1.0.*")]
32+
[assembly: AssemblyVersion("1.0.0.0")]
3133
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
[assembly: AssemblyInformationalVersion("1.0.0-dev")]

0 commit comments

Comments
 (0)