Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit 6660aab

Browse files
committed
Update AssemblyInfo
1 parent ede334e commit 6660aab

File tree

1 file changed

+8
-27
lines changed

1 file changed

+8
-27
lines changed

src/Microsoft.DotNet.CodeFormatting/Properties/AssemblyInfo.cs

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,17 @@
55
using System.Runtime.CompilerServices;
66
using System.Runtime.InteropServices;
77

8-
// General Information about an assembly is controlled through the following
9-
// set of attributes. Change these attribute values to modify the information
10-
// associated with an assembly.
8+
[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")]
9+
[assembly: AssemblyCompany("Microsoft Corporation")]
10+
[assembly: AssemblyFileVersion("1.0.0.0")]
11+
[assembly: AssemblyInformationalVersion("1.0.0.0")]
12+
[assembly: AssemblyVersion("1.0.0.0")]
13+
1114
[assembly: AssemblyTitle("Microsoft.DotNet.CodeFormatting")]
15+
[assembly: AssemblyProduct("Microsoft.DotNet.CodeFormatting")]
1216
[assembly: AssemblyDescription("")]
1317
[assembly: AssemblyConfiguration("")]
14-
[assembly: AssemblyCompany("")]
15-
[assembly: AssemblyProduct("Microsoft.DotNet.CodeFormatting")]
16-
[assembly: AssemblyCopyright("Copyright © 2014")]
1718
[assembly: AssemblyTrademark("")]
1819
[assembly: AssemblyCulture("")]
19-
[assembly: InternalsVisibleTo("Microsoft.DotNet.CodeFormatting.Tests")]
2020

21-
// Setting ComVisible to false makes the types in this assembly not visible
22-
// to COM components. If you need to access a type in this assembly from
23-
// COM, set the ComVisible attribute to true on that type.
24-
[assembly: ComVisible(false)]
25-
26-
// The following GUID is for the ID of the typelib if this project is exposed to COM
27-
[assembly: Guid("c950a4bd-7014-4d1f-a1e0-9945016cf07f")]
28-
29-
// Version information for an assembly consists of the following four values:
30-
//
31-
// Major Version
32-
// Minor Version
33-
// Build Number
34-
// Revision
35-
//
36-
// You can specify all the values or you can default the Build and Revision Numbers
37-
// by using the '*' as shown below:
38-
// [assembly: AssemblyVersion("1.0.*")]
39-
[assembly: AssemblyVersion("1.0.0.0")]
40-
[assembly: AssemblyFileVersion("1.0.0.0")]
21+
[assembly: InternalsVisibleTo("Microsoft.DotNet.CodeFormatting.Tests")]

0 commit comments

Comments
 (0)