Browse Source

2009-04-09 Sebastien Pouliot <[email protected]>

	* AssemblyInfo.cs: Adjust attributes for 2.1


svn path=/trunk/mcs/; revision=131398
Sebastien Pouliot 17 năm trước cách đây
mục cha
commit
c3ff040f82

+ 5 - 5
mcs/class/System.Net/Assembly/AssemblyInfo.cs

@@ -59,16 +59,16 @@ using System.Runtime.InteropServices;
 	[assembly: AssemblyKeyFile ("../silverlight.pub")]
 #else
 	[assembly: AssemblyKeyFile ("../ecma.pub")]
+	[assembly: AllowPartiallyTrustedCallers]
+	[assembly: SecurityCritical]
+	[assembly: Debuggable (DebuggableAttribute.DebuggingModes.DisableOptimizations | 
+	                       DebuggableAttribute.DebuggingModes.EnableEditAndContinue | 
+	                       DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 #endif
 
 [assembly: ComVisible (false)]
-[assembly: AllowPartiallyTrustedCallers]
 
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.DisableOptimizations | 
-                       DebuggableAttribute.DebuggingModes.EnableEditAndContinue | 
-                       DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 [assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityCritical]
 [assembly: SecurityPermission (SecurityAction.RequestMinimum, Execution = true)]
 [assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]

+ 4 - 0
mcs/class/System.Net/Assembly/ChangeLog

@@ -1,3 +1,7 @@
+2009-04-09  Sebastien Pouliot  <[email protected]>
+
+	* AssemblyInfo.cs: Adjust attributes for 2.1
+
 2008-04-25  Andreas Nahr <[email protected]>
 
 	* AssemblyInfo.cs: Added missing attributes