Author: spouliot
Date: 2005-04-27 08:25:21 -0400 (Wed, 27 Apr 2005)
New Revision: 43649

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



Modified: trunk/mcs/class/System.Security/Assembly/AssemblyInfo.cs
===================================================================
--- trunk/mcs/class/System.Security/Assembly/AssemblyInfo.cs    2005-04-27 
11:17:57 UTC (rev 43648)
+++ trunk/mcs/class/System.Security/Assembly/AssemblyInfo.cs    2005-04-27 
12:25:21 UTC (rev 43649)
@@ -6,7 +6,7 @@
 //     Sebastien Pouliot  <[EMAIL PROTECTED]>
 //
 // (C) 2003 Ximian, Inc.  http://www.ximian.com
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -41,8 +41,8 @@
        [assembly: AssemblyVersion ("1.0.3300.0")]
        [assembly: SatelliteContractVersion ("1.0.3300.0")]
 #elif (NET_2_0)
-        [assembly: AssemblyVersion ("2.0.3600.0")]
-       [assembly: SatelliteContractVersion ("2.0.3600.0")]
+        [assembly: AssemblyVersion ("2.0.0.0")]
+       [assembly: SatelliteContractVersion ("2.0.0.0")]
 #elif (NET_1_1)
        [assembly: AssemblyVersion ("1.0.5000.0")]
        [assembly: SatelliteContractVersion ("1.0.5000.0")]
@@ -57,10 +57,10 @@
 
 #if NET_2_0
 [assembly: AssemblyCompany ("MONO development team")]
-[assembly: AssemblyCopyright ("Copyright (C) 2002-2004 Various Authors")]
-[assembly: AssemblyDefaultAlias ("")]
+[assembly: AssemblyCopyright ("Copyright (C) 2002-2005 Various Authors")]
+[assembly: AssemblyDefaultAlias ("System.Security.dll")]
 [assembly: AssemblyDescription ("System.Security.dll")]
-[assembly: AssemblyFileVersion ("")]
+[assembly: AssemblyFileVersion ("2.0.50215.44")]
 [assembly: AssemblyInformationalVersion ("")]
 [assembly: AssemblyProduct ("MONO CLI")]
 [assembly: AssemblyTitle ("System.Security.dll")]

Modified: trunk/mcs/class/System.Security/Assembly/ChangeLog
===================================================================
--- trunk/mcs/class/System.Security/Assembly/ChangeLog  2005-04-27 11:17:57 UTC 
(rev 43648)
+++ trunk/mcs/class/System.Security/Assembly/ChangeLog  2005-04-27 12:25:21 UTC 
(rev 43649)
@@ -1,3 +1,7 @@
+2005-04-27  Sebastien Pouliot <[EMAIL PROTECTED]>
+       
+       * AssemblyInfo.cs: Updated for 2.0 beta 2.
+
 2004-07-07  Sebastien Pouliot <[EMAIL PROTECTED]>
        
        * AssemblyInfo.cs: Added new attributes present in Fx 2.0.

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

Reply via email to