Author: spouliot
Date: 2005-10-28 09:45:08 -0400 (Fri, 28 Oct 2005)
New Revision: 52319

Modified:
   trunk/mcs/class/System.Security/Assembly/AssemblyInfo.cs
   trunk/mcs/class/System.Security/Assembly/ChangeLog
Log:
2005-10-28  Sebastien Pouliot  <[EMAIL PROTECTED]>
        
        * AssemblyInfo.cs: Updated for 2.0 final.



Modified: trunk/mcs/class/System.Security/Assembly/AssemblyInfo.cs
===================================================================
--- trunk/mcs/class/System.Security/Assembly/AssemblyInfo.cs    2005-10-28 
13:44:12 UTC (rev 52318)
+++ trunk/mcs/class/System.Security/Assembly/AssemblyInfo.cs    2005-10-28 
13:45:08 UTC (rev 52319)
@@ -29,6 +29,7 @@
 //
 
 using System;
+using System.Diagnostics;
 using System.Reflection;
 using System.Resources;
 using System.Runtime.CompilerServices;
@@ -52,11 +53,12 @@
 [assembly: AssemblyCopyright ("Copyright (C) 2002-2005 Various Authors")]
 [assembly: AssemblyDefaultAlias ("System.Security.dll")]
 [assembly: AssemblyDescription ("System.Security.dll")]
-[assembly: AssemblyFileVersion ("2.0.50215.44")]
+[assembly: AssemblyFileVersion (Consts.RuntimeVersion)]
 [assembly: AssemblyInformationalVersion ("")]
 [assembly: AssemblyProduct ("MONO CLI")]
 [assembly: AssemblyTitle ("System.Security.dll")]
-[assembly: AllowPartiallyTrustedCallers ()]
-
-[module: CompilationRelaxations (0)]
+[assembly: AllowPartiallyTrustedCallers]
+[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
+[assembly: Debuggable 
(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
+[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
 #endif

Modified: trunk/mcs/class/System.Security/Assembly/ChangeLog
===================================================================
--- trunk/mcs/class/System.Security/Assembly/ChangeLog  2005-10-28 13:44:12 UTC 
(rev 52318)
+++ trunk/mcs/class/System.Security/Assembly/ChangeLog  2005-10-28 13:45:08 UTC 
(rev 52319)
@@ -1,3 +1,7 @@
+2005-10-28  Sebastien Pouliot  <[EMAIL PROTECTED]>
+       
+       * AssemblyInfo.cs: Updated for 2.0 final.
+
 2005-04-27  Sebastien Pouliot <[EMAIL PROTECTED]>
        
        * AssemblyInfo.cs: Updated for 2.0 beta 2.

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to