diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-10-14 19:58:54 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-10-14 19:58:54 -0700 |
commit | 1147c2afd97ce408f2e4d08458ca68b108c35b1e (patch) | |
tree | d812ae4d013142db03091abf61742a3753eb7ed2 /src/DotNetOpenAuth.Test/Properties/AssemblyInfo.cs | |
parent | 0484ade3bd35282c8b30cfa27730498ab5168859 (diff) | |
parent | 321267ee6a54e917395694f270d3f6fe7fae3c51 (diff) | |
download | DotNetOpenAuth-1147c2afd97ce408f2e4d08458ca68b108c35b1e.zip DotNetOpenAuth-1147c2afd97ce408f2e4d08458ca68b108c35b1e.tar.gz DotNetOpenAuth-1147c2afd97ce408f2e4d08458ca68b108c35b1e.tar.bz2 |
Merge branch 'v4.1'
Diffstat (limited to 'src/DotNetOpenAuth.Test/Properties/AssemblyInfo.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/Properties/AssemblyInfo.cs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/DotNetOpenAuth.Test/Properties/AssemblyInfo.cs b/src/DotNetOpenAuth.Test/Properties/AssemblyInfo.cs index f8bf9d0..2960d75 100644 --- a/src/DotNetOpenAuth.Test/Properties/AssemblyInfo.cs +++ b/src/DotNetOpenAuth.Test/Properties/AssemblyInfo.cs @@ -12,14 +12,7 @@ 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("DotNetOpenAuth.Test")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("DotNetOpenAuth.Test")] -[assembly: AssemblyCopyright("Copyright © 2011 Outercurve Foundation")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +[assembly: AssemblyCopyright("Copyright © 2012 Outercurve Foundation")] // Setting ComVisible to false makes the types in this assembly not visible // to COM componenets. If you need to access a type in this assembly from |