From 346b8c73d42e9b0adc3bb8ae6d2aadd236bc0c2e Mon Sep 17 00:00:00 2001 From: leekelleher Date: Fri, 21 Feb 2014 18:17:59 +0000 Subject: [PATCH] Tidied up the `AssemblyInfo` with your company details, etc. --- .../Properties/AssemblyInfo.cs | 29 ++++--------------- 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/app/Umbraco/Umbraco.Archetype/Properties/AssemblyInfo.cs b/app/Umbraco/Umbraco.Archetype/Properties/AssemblyInfo.cs index 73447cf..721d6e3 100644 --- a/app/Umbraco/Umbraco.Archetype/Properties/AssemblyInfo.cs +++ b/app/Umbraco/Umbraco.Archetype/Properties/AssemblyInfo.cs @@ -1,37 +1,18 @@ 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("Archetype")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Archetype's supporting code library for Umbraco")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Imulus")] [assembly: AssemblyProduct("Archetype")] -[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyCopyright("Copyright \xa9 Imulus 2014")] [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)] +[assembly: Guid("E37E94F9-C7BA-4B54-B7E1-64419B3DBA0B")] -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e37e94f9-c7ba-4b54-b7e1-64419b3dba0b")] - -// 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("0.1.0.0")] [assembly: AssemblyFileVersion("0.1.0.0")] -[assembly: AssemblyInformationalVersion("0.1.0-alpha")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("0.1.0-alpha")]