List:Commits« Previous MessageNext Message »
From:rburnett Date:June 11 2007 8:58pm
Subject:Connector/NET commit: r755 - in trunk: Driver/Properties MySql.Web/Properties TestSuite/Properties VisualStudio/Properties
View as plain text  
Modified:
   trunk/Driver/Properties/AssemblyInfo.cs
   trunk/MySql.Web/Properties/AssemblyInfo.cs
   trunk/TestSuite/Properties/AssemblyInfo.cs
   trunk/VisualStudio/Properties/AssemblyInfo.cs
Log:
bumped version # to 5.1.2.2

Modified: trunk/Driver/Properties/AssemblyInfo.cs
===================================================================
--- trunk/Driver/Properties/AssemblyInfo.cs	2007-06-11 20:38:04 UTC (rev 754)
+++ trunk/Driver/Properties/AssemblyInfo.cs	2007-06-11 20:58:02 UTC (rev 755)
@@ -22,6 +22,7 @@
 using System.Reflection;
 using System.Runtime.InteropServices;
 using System.Runtime.CompilerServices;
+using System.Security;
 
 //
 // General Information about an assembly is controlled through the following 
@@ -38,7 +39,9 @@
 [assembly: AssemblyCulture("")]
 [assembly: ComVisible(false)]
 [assembly: CLSCompliant(false)]
-
+#if !CF
+[assembly: AllowPartiallyTrustedCallers()]
+#endif
 //
 // Version information for an assembly consists of the following four values:
 //
@@ -50,7 +53,7 @@
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("5.1.2.1")]
+[assembly: AssemblyVersion("5.1.2.2")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 

Modified: trunk/MySql.Web/Properties/AssemblyInfo.cs
===================================================================
--- trunk/MySql.Web/Properties/AssemblyInfo.cs	2007-06-11 20:38:04 UTC (rev 754)
+++ trunk/MySql.Web/Properties/AssemblyInfo.cs	2007-06-11 20:58:02 UTC (rev 755)
@@ -52,5 +52,5 @@
 //
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
-[assembly: AssemblyVersion("5.1.2.1")]
-[assembly: AssemblyFileVersion("5.1.2.1")]
+[assembly: AssemblyVersion("5.1.2.2")]
+[assembly: AssemblyFileVersion("5.1.2.2")]

Modified: trunk/TestSuite/Properties/AssemblyInfo.cs
===================================================================
--- trunk/TestSuite/Properties/AssemblyInfo.cs	2007-06-11 20:38:04 UTC (rev 754)
+++ trunk/TestSuite/Properties/AssemblyInfo.cs	2007-06-11 20:58:02 UTC (rev 755)
@@ -46,7 +46,7 @@
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("5.1.2.1")]
+[assembly: AssemblyVersion("5.1.2.2")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 

Modified: trunk/VisualStudio/Properties/AssemblyInfo.cs
===================================================================
--- trunk/VisualStudio/Properties/AssemblyInfo.cs	2007-06-11 20:38:04 UTC (rev 754)
+++ trunk/VisualStudio/Properties/AssemblyInfo.cs	2007-06-11 20:58:02 UTC (rev 755)
@@ -29,4 +29,4 @@
 //
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
-[assembly : AssemblyVersion("5.1.2.1")]
\ No newline at end of file
+[assembly : AssemblyVersion("5.1.2.2")]
\ No newline at end of file

Thread
Connector/NET commit: r755 - in trunk: Driver/Properties MySql.Web/Properties TestSuite/Properties VisualStudio/Propertiesrburnett11 Jun