From: Marek Safar Date: Mon, 6 Jan 2014 11:05:42 +0000 (+0100) Subject: [System.Web] Clean up assembly level attributes. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=76d899d494156cd26aea0d5dfd0c8eccaa58f284;p=mono.git [System.Web] Clean up assembly level attributes. --- diff --git a/mcs/class/System.Web/Assembly/AssemblyInfo.cs b/mcs/class/System.Web/Assembly/AssemblyInfo.cs index 432ee8ec5c0..7baf1314ac1 100644 --- a/mcs/class/System.Web/Assembly/AssemblyInfo.cs +++ b/mcs/class/System.Web/Assembly/AssemblyInfo.cs @@ -49,9 +49,9 @@ using System.Web.UI; #if !NET_4_0 [assembly: AssemblyConfiguration("Development version")] #endif -[assembly: AssemblyCompany("MONO development team")] -[assembly: AssemblyProduct("MONO CLI")] -[assembly: AssemblyCopyright("(c) 2003 Various Authors")] +[assembly: AssemblyCompany (Consts.MonoCompany)] +[assembly: AssemblyProduct (Consts.MonoProduct)] +[assembly: AssemblyCopyright (Consts.MonoCopyright)] #if !NET_4_0 [assembly: AssemblyTrademark("")] #endif @@ -72,12 +72,9 @@ using System.Web.UI; [assembly: AssemblyKeyFile("../msfinal.pub")] #if NET_4_0 -[assembly: Debuggable (true, false)] [assembly: AssemblyFileVersion (Consts.FxVersion)] -[assembly: AssemblyTargetedPatchBand ("1.0.21-0")] [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)] [assembly: Dependency ("System", LoadHint.Always)] -[assembly: TypeLibVersion (4, 2)] [assembly: SecurityRules (SecurityRuleSet.Level2, SkipVerificationInFullTrust=true)] [assembly: TypeForwardedTo (typeof (System.Web.Security.MembershipPasswordException))]