Skip to content

Commit

Permalink
Harmonized a bunch of AssemblyInfos, and also made the copyrights a b…
Browse files Browse the repository at this point in the history
…it clearer.
  • Loading branch information
perlun committed Nov 10, 2013
1 parent 604ea18 commit 15b351c
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 89 deletions.
28 changes: 4 additions & 24 deletions CefSharp.BrowserSubprocess/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,36 +1,16 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CefSharp.BrowserSubprocess")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("The CefSharp Project")]
[assembly: AssemblyProduct("CefSharp.BrowserSubprocess")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyCopyright("Copyright © The CefSharp Authors 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

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

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("4d6a36ca-42ac-4174-89f4-6b95b0f5029f")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("3.29.0.0")]
[assembly: AssemblyFileVersion("3.29.0.0")]
2 changes: 1 addition & 1 deletion CefSharp.Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: AssemblyTitle("CefSharp.Example")]
[assembly: AssemblyCompany("Anthony Taranto")]
[assembly: AssemblyProduct("CefSharp.Example")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyCopyright("Copyright © The CefSharp Authors 2010-2013")]

[assembly: AssemblyVersion("1.25.2.*")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion CefSharp.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: AssemblyTitle("CefSharp.Test")]
[assembly: AssemblyCompany("Anthony Taranto")]
[assembly: AssemblyProduct("CefSharp")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyCopyright("Copyright © The CefSharp Authors 2010-2013")]

[assembly: AssemblyVersion("1.25.2.*")]
[assembly: ComVisible(false)]
29 changes: 5 additions & 24 deletions CefSharp.WinForm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,36 +1,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CefSharp.WinForm")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Health Communication Network")]
[assembly: AssemblyCompany("The CefSharp Project")]
[assembly: AssemblyProduct("CefSharp.WinForm")]
[assembly: AssemblyCopyright("Copyright © Health Communication Network 2013")]
[assembly: AssemblyCopyright("Copyright © The CefSharp Authors 2010-2013")]

[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

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

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("eee96178-7e5c-49a2-854c-b2fabe0b8ecf")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("3.29.0.0")]
[assembly: AssemblyFileVersion("3.29.0.0")]
6 changes: 3 additions & 3 deletions CefSharp.WinForms.Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
using System.Runtime.InteropServices;

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

[assembly: AssemblyVersion("1.25.2.*")]
[assembly: AssemblyVersion("3.29.0.0")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion CefSharp.Wpf.Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: AssemblyTitle("CefSharp.Wpf.Example")]
[assembly: AssemblyCompany("The CefSharp Project")]
[assembly: AssemblyProduct("CefSharp")]
[assembly: AssemblyCopyright("Copyright © The CefSharp Project 2010-2013")]
[assembly: AssemblyCopyright("Copyright © The CefSharp Authors 2010-2013")]

[assembly: AssemblyVersion("3.29.0.0")]
[assembly: ComVisible(false)]
37 changes: 3 additions & 34 deletions CefSharp.Wpf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,21 @@
using System.Runtime.InteropServices;
using System.Windows;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CefSharp.Wpf")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("The CefSharp Project")]
[assembly: AssemblyProduct("CefSharp")]
[assembly: AssemblyCopyright("Copyright © The CefSharp Project 2010-2013")]
[assembly: AssemblyCopyright("Copyright © The CefSharp Authors 2010-2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

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

//In order to begin building localizable applications, set
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
//inside a <PropertyGroup>. For example, if you are using US english
//in your source files, set the <UICulture> to en-US. Then uncomment
//the NeutralResourceLanguage attribute below. Update the "en-US" in
//the line below to match the UICulture setting in the project file.

//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]


[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
ResourceDictionaryLocation.None,
ResourceDictionaryLocation.SourceAssembly
)]


// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.29.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion CefSharp/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using namespace System::Security::Permissions;
[assembly:AssemblyTitle("CefSharp")];
[assembly:AssemblyCompany("The CefSharp Project")];
[assembly:AssemblyProduct("CefSharp")];
[assembly:AssemblyCopyright("Copyright (c) The CefSharp Project 2010-2013")];
[assembly:AssemblyCopyright("Copyright © The CefSharp Authors 2010-2013")]

[assembly:AssemblyVersion("3.29.0.0")];
[assembly:ComVisible(false)];
Expand Down

0 comments on commit 15b351c

Please sign in to comment.