Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2004-05-12 14:54:58 +0400
committerSebastien Pouliot <sebastien@ximian.com>2004-05-12 14:54:58 +0400
commite9aab56cdf59bad46bbc97efa1b0acec61a68b64 (patch)
tree7dcb87c188a02f098fe7392ab2245663dc2afb2d /mcs/class/System.Security/Assembly
parente072df56396e305fe5b9886ae98c99914753fc24 (diff)
2004-05-12 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyInfo.cs: Reduce extra/missing in corcompare (again). svn path=/trunk/mcs/; revision=27156
Diffstat (limited to 'mcs/class/System.Security/Assembly')
-rwxr-xr-xmcs/class/System.Security/Assembly/AssemblyInfo.cs18
-rwxr-xr-xmcs/class/System.Security/Assembly/ChangeLog6
2 files changed, 14 insertions, 10 deletions
diff --git a/mcs/class/System.Security/Assembly/AssemblyInfo.cs b/mcs/class/System.Security/Assembly/AssemblyInfo.cs
index b2ef3fe2cea..27061df217f 100755
--- a/mcs/class/System.Security/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Security/Assembly/AssemblyInfo.cs
@@ -10,7 +10,6 @@
using System;
using System.Reflection;
using System.Resources;
-using System.Security;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
@@ -20,21 +19,22 @@ using System.Runtime.InteropServices;
[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.3600.0")]
+ [assembly: SatelliteContractVersion ("2.0.3600.0")]
#elif (NET_1_1)
[assembly: AssemblyVersion ("1.0.5000.0")]
[assembly: SatelliteContractVersion ("1.0.5000.0")]
#endif
-[assembly: AssemblyCompany ("MONO development team")]
-[assembly: AssemblyCopyright ("(c) 2003-2004 Various Authors")]
-[assembly: AssemblyDescription ("System.Security.dll")]
-[assembly: AssemblyProduct ("MONO CLI")]
-[assembly: AssemblyTitle ("System.Security.dll")]
+//[assembly: AssemblyCompany ("MONO development team")]
+//[assembly: AssemblyCopyright ("(c) 2003-2004 Various Authors")]
+//[assembly: AssemblyDescription ("System.Security.dll")]
+//[assembly: AssemblyProduct ("MONO CLI")]
+//[assembly: AssemblyTitle ("System.Security.dll")]
+
[assembly: CLSCompliant (true)]
[assembly: ComVisible (false)]
[assembly: NeutralResourcesLanguage ("en-US")]
[assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile("../msfinal.pub")]
+[assembly: AssemblyKeyFile ("../msfinal.pub")]
diff --git a/mcs/class/System.Security/Assembly/ChangeLog b/mcs/class/System.Security/Assembly/ChangeLog
index ee915a59ac8..1aa92ab7564 100755
--- a/mcs/class/System.Security/Assembly/ChangeLog
+++ b/mcs/class/System.Security/Assembly/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-12 Sebastien Pouliot <sebastien@ximian.com>
+
+ * AssemblyInfo.cs: Reduce extra/missing in corcompare (again).
+
2004-03-15 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyInfo.cs: Reduce extra/missing in corcompare.
@@ -6,4 +10,4 @@
* AssemblyInfo.cs: New. Copied and ajusted from corlib.
* Locale.cs: New. Copied (verbatim) from corlib.
- * ChangeLog: New. \ No newline at end of file
+ * ChangeLog: New.