diff --git a/src/ConfigAutoMapper.Tests/Properties/AssemblyInfo.cs b/src/ConfigAutoMapper.Tests/Properties/AssemblyInfo.cs index dd9f7d7..094ca48 100644 --- a/src/ConfigAutoMapper.Tests/Properties/AssemblyInfo.cs +++ b/src/ConfigAutoMapper.Tests/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -8,9 +7,8 @@ [assembly: AssemblyTitle("ConfigAutoMapper.Tests")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("ConfigAutoMapper.Tests")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2011")] +[assembly: AssemblyCopyright("Copyright © Mario Pareja 2011")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/ConfigAutoMapper/Properties/AssemblyInfo.cs b/src/ConfigAutoMapper/Properties/AssemblyInfo.cs index 1b0cc50..d6827a1 100644 --- a/src/ConfigAutoMapper/Properties/AssemblyInfo.cs +++ b/src/ConfigAutoMapper/Properties/AssemblyInfo.cs @@ -1,16 +1,14 @@ 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("ConfigAutoMapper")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Basic auto-mapping of configuration settings to POCOs.")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("ConfigAutoMapper")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2011")] +[assembly: AssemblyCopyright("Copyright © Mario Pareja 2011")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]