Skip to content

Commit

Permalink
Updates assembly infos
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Mar 27, 2015
1 parent 9577696 commit 21ce1bc
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 40 deletions.
12 changes: 12 additions & 0 deletions SolutionInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyCompany("Shannon Deminick")]
[assembly: AssemblyProduct("Umbraco LinqPad Driver")]
[assembly: AssemblyCopyright("Copyright © Shannon Deminick 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
22 changes: 2 additions & 20 deletions UmbracoLinqPad.Gateway/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,13 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("UmbracoLinqPad.Gateway")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Umbraco LinqPad Driver Gateway assembly (unsigned)")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("UmbracoLinqPad.Gateway")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[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("58c2ec96-8694-4f0c-bba6-87164600e3ce")]

// 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: Guid("58c2ec96-8694-4f0c-bba6-87164600e3ce")]
3 changes: 3 additions & 0 deletions UmbracoLinqPad.Gateway/UmbracoLinqPad.Gateway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\SolutionInfo.cs">
<Link>Properties\SolutionInfo.cs</Link>
</Compile>
<Compile Include="Bootstrap\ConsoleApplication.cs" />
<Compile Include="Bootstrap\ConsoleBootManager.cs" />
<Compile Include="Compilers\ContentItemsCompiler.cs" />
Expand Down
1 change: 1 addition & 0 deletions UmbracoLinqPad.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
devdeploy.bat = devdeploy.bat
header.xml = header.xml
SolutionInfo.cs = SolutionInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IQToolkit", "IQToolkit\IQToolkit.csproj", "{0DA62A7C-3B40-456F-A4B2-B3E19ED4080E}"
Expand Down
22 changes: 2 additions & 20 deletions UmbracoLinqPad/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,13 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("UmbracoLinqPad")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Umbraco LinqPad Driver")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("UmbracoLinqPad")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[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("3b026495-1b72-4110-9ccb-abf352d7798d")]

// 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: Guid("3b026495-1b72-4110-9ccb-abf352d7798d")]
3 changes: 3 additions & 0 deletions UmbracoLinqPad/UmbracoLinqPad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\SolutionInfo.cs">
<Link>Properties\SolutionInfo.cs</Link>
</Compile>
<Compile Include="Compilers\IContentItemsCompiler.cs" />
<Compile Include="Compilers\IDataContextCompiler.cs" />
<Compile Include="ConnectionDialog.cs">
Expand Down

0 comments on commit 21ce1bc

Please sign in to comment.