This repository was archived by the owner on Nov 8, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
AsyncUsageAnalyzers.Test/Properties
AsyncUsageAnalyzers/Properties Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1- using System . Reflection ;
1+ using System ;
2+ using System . Reflection ;
23using System . Runtime . InteropServices ;
34
45// General Information about an assembly is controlled through the following
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
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" ) ]
Original file line number Diff line number Diff line change 1- using System . Reflection ;
1+ using System ;
2+ using System . Reflection ;
23using System . Runtime . InteropServices ;
34
45// General Information about an assembly is controlled through the following
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
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" ) ]
You can’t perform that action at this time.
0 commit comments