From 21ce1bcf88c29fe8b37b72b7d8d57399808ea8e6 Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 27 Mar 2015 17:33:43 +1100 Subject: [PATCH] Updates assembly infos --- SolutionInfo.cs | 12 ++++++++++ .../Properties/AssemblyInfo.cs | 22 ++----------------- .../UmbracoLinqPad.Gateway.csproj | 3 +++ UmbracoLinqPad.sln | 1 + UmbracoLinqPad/Properties/AssemblyInfo.cs | 22 ++----------------- UmbracoLinqPad/UmbracoLinqPad.csproj | 3 +++ 6 files changed, 23 insertions(+), 40 deletions(-) create mode 100644 SolutionInfo.cs diff --git a/SolutionInfo.cs b/SolutionInfo.cs new file mode 100644 index 0000000..9f09224 --- /dev/null +++ b/SolutionInfo.cs @@ -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")] \ No newline at end of file diff --git a/UmbracoLinqPad.Gateway/Properties/AssemblyInfo.cs b/UmbracoLinqPad.Gateway/Properties/AssemblyInfo.cs index b0a5748..b5454f2 100644 --- a/UmbracoLinqPad.Gateway/Properties/AssemblyInfo.cs +++ b/UmbracoLinqPad.Gateway/Properties/AssemblyInfo.cs @@ -6,13 +6,8 @@ // 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 @@ -20,17 +15,4 @@ [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")] \ No newline at end of file diff --git a/UmbracoLinqPad.Gateway/UmbracoLinqPad.Gateway.csproj b/UmbracoLinqPad.Gateway/UmbracoLinqPad.Gateway.csproj index 05fa265..5976ed1 100644 --- a/UmbracoLinqPad.Gateway/UmbracoLinqPad.Gateway.csproj +++ b/UmbracoLinqPad.Gateway/UmbracoLinqPad.Gateway.csproj @@ -194,6 +194,9 @@ + + Properties\SolutionInfo.cs + diff --git a/UmbracoLinqPad.sln b/UmbracoLinqPad.sln index 949d253..e721d0f 100644 --- a/UmbracoLinqPad.sln +++ b/UmbracoLinqPad.sln @@ -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}" diff --git a/UmbracoLinqPad/Properties/AssemblyInfo.cs b/UmbracoLinqPad/Properties/AssemblyInfo.cs index cc27db9..d837638 100644 --- a/UmbracoLinqPad/Properties/AssemblyInfo.cs +++ b/UmbracoLinqPad/Properties/AssemblyInfo.cs @@ -6,13 +6,8 @@ // 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 @@ -20,17 +15,4 @@ [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")] \ No newline at end of file diff --git a/UmbracoLinqPad/UmbracoLinqPad.csproj b/UmbracoLinqPad/UmbracoLinqPad.csproj index f7dcc9f..559c424 100644 --- a/UmbracoLinqPad/UmbracoLinqPad.csproj +++ b/UmbracoLinqPad/UmbracoLinqPad.csproj @@ -59,6 +59,9 @@ + + Properties\SolutionInfo.cs +