Skip to content

Commit

Permalink
Cleanup for assembly information.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranid committed Sep 9, 2018
1 parent cf522a5 commit 748c9f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
7 changes: 0 additions & 7 deletions OleViewDotNet.Main/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; 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("OleViewDotNet")] [assembly: AssemblyTitle("OleViewDotNet")]
[assembly: AssemblyDescription("COM/OLE Viewer in .NET")] [assembly: AssemblyDescription("COM/OLE Viewer in .NET")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
Expand All @@ -13,12 +10,8 @@
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [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)] [assembly: ComVisible(false)]


// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("42d50bbd-cbed-42c5-98c3-707174b413ac")] [assembly: Guid("42d50bbd-cbed-42c5-98c3-707174b413ac")]


[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("1.0.0.0")]
Expand Down
11 changes: 0 additions & 11 deletions OleViewDotNet.PowerShell/Properties/AssemblyInfo.cs
@@ -1,13 +1,6 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; 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.
// 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("OleViewDotNet")] [assembly: AssemblyTitle("OleViewDotNet")]
[assembly: AssemblyDescription("COM/OLE Viewer in .NET")] [assembly: AssemblyDescription("COM/OLE Viewer in .NET")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
Expand All @@ -17,12 +10,8 @@
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [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)] [assembly: ComVisible(false)]


// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("ae69dc09-ef09-455c-8779-3a705e5be205")] [assembly: Guid("ae69dc09-ef09-455c-8779-3a705e5be205")]


[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("1.0.0.0")]
Expand Down
21 changes: 2 additions & 19 deletions OleViewDotNet/Properties/AssemblyInfo.cs
@@ -1,36 +1,19 @@
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; 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("OleViewDotNet")] [assembly: AssemblyTitle("OleViewDotNet")]
[assembly: AssemblyDescription("COM/OLE Viewer in .NET")] [assembly: AssemblyDescription("COM/OLE Viewer in .NET")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany(".")] [assembly: AssemblyCompany(".")]
[assembly: AssemblyProduct("OleViewDotNet")] [assembly: AssemblyProduct("OleViewDotNet")]
[assembly: AssemblyCopyright("Copyright © James Forshaw 2014")] [assembly: AssemblyCopyright("Copyright © James Forshaw 2014-2018")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [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)] [assembly: ComVisible(false)]


// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("0861C14D-ED53-41A8-8063-C26C6D28B09D")]
[assembly: Guid("42d50bbd-cbed-42c5-98c3-707174b413ac")]


// 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: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.5")] [assembly: AssemblyInformationalVersion("1.5")]

0 comments on commit 748c9f9

Please sign in to comment.