Skip to content

Commit 15b351c

Browse files
committed
Harmonized a bunch of AssemblyInfos, and also made the copyrights a bit clearer.
1 parent 604ea18 commit 15b351c

File tree

8 files changed

+19
-89
lines changed

8 files changed

+19
-89
lines changed
Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,16 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
84
[assembly: AssemblyTitle("CefSharp.BrowserSubprocess")]
95
[assembly: AssemblyDescription("")]
106
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
7+
[assembly: AssemblyCompany("The CefSharp Project")]
128
[assembly: AssemblyProduct("CefSharp.BrowserSubprocess")]
13-
[assembly: AssemblyCopyright("Copyright © 2013")]
9+
[assembly: AssemblyCopyright("Copyright © The CefSharp Authors 2013")]
1410
[assembly: AssemblyTrademark("")]
1511
[assembly: AssemblyCulture("")]
1612

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
2013
[assembly: ComVisible(false)]
2114

22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("4d6a36ca-42ac-4174-89f4-6b95b0f5029f")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
15+
[assembly: AssemblyVersion("3.29.0.0")]
16+
[assembly: AssemblyFileVersion("3.29.0.0")]

CefSharp.Example/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[assembly: AssemblyTitle("CefSharp.Example")]
55
[assembly: AssemblyCompany("Anthony Taranto")]
66
[assembly: AssemblyProduct("CefSharp.Example")]
7-
[assembly: AssemblyCopyright("Copyright © 2013")]
7+
[assembly: AssemblyCopyright("Copyright © The CefSharp Authors 2010-2013")]
88

99
[assembly: AssemblyVersion("1.25.2.*")]
1010
[assembly: ComVisible(false)]

CefSharp.Test/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[assembly: AssemblyTitle("CefSharp.Test")]
55
[assembly: AssemblyCompany("Anthony Taranto")]
66
[assembly: AssemblyProduct("CefSharp")]
7-
[assembly: AssemblyCopyright("Copyright © 2013")]
7+
[assembly: AssemblyCopyright("Copyright © The CefSharp Authors 2010-2013")]
88

99
[assembly: AssemblyVersion("1.25.2.*")]
1010
[assembly: ComVisible(false)]
Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,17 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
84
[assembly: AssemblyTitle("CefSharp.WinForm")]
95
[assembly: AssemblyDescription("")]
106
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("Health Communication Network")]
7+
[assembly: AssemblyCompany("The CefSharp Project")]
128
[assembly: AssemblyProduct("CefSharp.WinForm")]
13-
[assembly: AssemblyCopyright("Copyright © Health Communication Network 2013")]
9+
[assembly: AssemblyCopyright("Copyright © The CefSharp Authors 2010-2013")]
10+
1411
[assembly: AssemblyTrademark("")]
1512
[assembly: AssemblyCulture("")]
1613

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
2014
[assembly: ComVisible(false)]
2115

22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("eee96178-7e5c-49a2-854c-b2fabe0b8ecf")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
16+
[assembly: AssemblyVersion("3.29.0.0")]
17+
[assembly: AssemblyFileVersion("3.29.0.0")]

CefSharp.WinForms.Example/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
using System.Runtime.InteropServices;
33

44
[assembly: AssemblyTitle("CefSharp.WinForms.Example")]
5-
[assembly: AssemblyCompany("Anthony Taranto")]
5+
[assembly: AssemblyCompany("The CefSharp Project")]
66
[assembly: AssemblyProduct("CefSharp")]
7-
[assembly: AssemblyCopyright("Copyright © Anthony Taranto 2013")]
7+
[assembly: AssemblyCopyright("Copyright © The CefSharp Authors 2010-2013")]
88

9-
[assembly: AssemblyVersion("1.25.2.*")]
9+
[assembly: AssemblyVersion("3.29.0.0")]
1010
[assembly: ComVisible(false)]

CefSharp.Wpf.Example/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[assembly: AssemblyTitle("CefSharp.Wpf.Example")]
55
[assembly: AssemblyCompany("The CefSharp Project")]
66
[assembly: AssemblyProduct("CefSharp")]
7-
[assembly: AssemblyCopyright("Copyright © The CefSharp Project 2010-2013")]
7+
[assembly: AssemblyCopyright("Copyright © The CefSharp Authors 2010-2013")]
88

99
[assembly: AssemblyVersion("3.29.0.0")]
1010
[assembly: ComVisible(false)]

CefSharp.Wpf/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,21 @@
22
using System.Runtime.InteropServices;
33
using System.Windows;
44

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
85
[assembly: AssemblyTitle("CefSharp.Wpf")]
96
[assembly: AssemblyDescription("")]
107
[assembly: AssemblyConfiguration("")]
118
[assembly: AssemblyCompany("The CefSharp Project")]
129
[assembly: AssemblyProduct("CefSharp")]
13-
[assembly: AssemblyCopyright("Copyright © The CefSharp Project 2010-2013")]
10+
[assembly: AssemblyCopyright("Copyright © The CefSharp Authors 2010-2013")]
1411
[assembly: AssemblyTrademark("")]
1512
[assembly: AssemblyCulture("")]
1613

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
2014
[assembly: ComVisible(false)]
2115

22-
//In order to begin building localizable applications, set
23-
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
24-
//inside a <PropertyGroup>. For example, if you are using US english
25-
//in your source files, set the <UICulture> to en-US. Then uncomment
26-
//the NeutralResourceLanguage attribute below. Update the "en-US" in
27-
//the line below to match the UICulture setting in the project file.
28-
29-
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
30-
31-
3216
[assembly: ThemeInfo(
33-
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
34-
//(used if a resource is not found in the page,
35-
// or application resource dictionaries)
36-
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
37-
//(used if a resource is not found in the page,
38-
// app, or any theme specific resource dictionaries)
17+
ResourceDictionaryLocation.None,
18+
ResourceDictionaryLocation.SourceAssembly
3919
)]
4020

41-
42-
// Version information for an assembly consists of the following four values:
43-
//
44-
// Major Version
45-
// Minor Version
46-
// Build Number
47-
// Revision
48-
//
49-
// You can specify all the values or you can default the Build and Revision Numbers
50-
// by using the '*' as shown below:
51-
// [assembly: AssemblyVersion("1.0.*")]
5221
[assembly: AssemblyVersion("3.29.0.0")]
5322
[assembly: AssemblyFileVersion("1.0.0.0")]

CefSharp/AssemblyInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using namespace System::Security::Permissions;
99
[assembly:AssemblyTitle("CefSharp")];
1010
[assembly:AssemblyCompany("The CefSharp Project")];
1111
[assembly:AssemblyProduct("CefSharp")];
12-
[assembly:AssemblyCopyright("Copyright (c) The CefSharp Project 2010-2013")];
12+
[assembly:AssemblyCopyright("Copyright © The CefSharp Authors 2010-2013")]
1313

1414
[assembly:AssemblyVersion("3.29.0.0")];
1515
[assembly:ComVisible(false)];

0 commit comments

Comments
 (0)