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.InfoCard.UI/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.InfoCard.UI/Properties/AssemblyInfo.cs')
-rw-r--r-- | src/DotNetOpenAuth.InfoCard.UI/Properties/AssemblyInfo.cs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/DotNetOpenAuth.InfoCard.UI/Properties/AssemblyInfo.cs b/src/DotNetOpenAuth.InfoCard.UI/Properties/AssemblyInfo.cs index 178c77a..69b7345 100644 --- a/src/DotNetOpenAuth.InfoCard.UI/Properties/AssemblyInfo.cs +++ b/src/DotNetOpenAuth.InfoCard.UI/Properties/AssemblyInfo.cs @@ -22,15 +22,7 @@ using System.Web.UI; // 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 InfoCard")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("DotNetOpenAuth")] -[assembly: AssemblyCopyright("Copyright © 2011 Outercurve Foundation")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguage("en-US")] +[assembly: AssemblyCopyright("Copyright © 2012 Outercurve Foundation")] [assembly: CLSCompliant(true)] // Setting ComVisible to false makes the types in this assembly not visible |