Skip to content

Commit

Permalink
Removed M$ references in AssemblyInfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpareja committed Sep 14, 2011
1 parent 03031ce commit 1b778f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions 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
Expand All @@ -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("")]

Expand Down
6 changes: 2 additions & 4 deletions 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("")]

Expand Down

0 comments on commit 1b778f2

Please sign in to comment.