List:Commits« Previous MessageNext Message »
From:rburnett Date:April 3 2009 7:10pm
Subject:Connector/NET commit: r1551 - in trunk: . MySql.VisualStudio MySql.VisualStudio/Properties
View as plain text  
Modified:
   trunk/CHANGES
   trunk/MySql.VisualStudio/MySql.VisualStudio.csproj
   trunk/MySql.VisualStudio/Properties/Resources.Designer.cs
   trunk/MySql.VisualStudio/Properties/Resources.resx
Log:
- fixed registration problem with Visual studio (bug #44064)

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2009-04-03 19:08:41 UTC (rev 1550)
+++ trunk/CHANGES	2009-04-03 19:10:52 UTC (rev 1551)
@@ -1,3 +1,6 @@
+Version 6.0.2
+- fixed registration problem with Visual studio (bug #44064)
+
 Version 6.0.1
 - Fixed problem with the foreign key columns schema collection
 - Fixed problem with index column schema collection

Modified: trunk/MySql.VisualStudio/MySql.VisualStudio.csproj
===================================================================
--- trunk/MySql.VisualStudio/MySql.VisualStudio.csproj	2009-04-03 19:08:41 UTC (rev 1550)
+++ trunk/MySql.VisualStudio/MySql.VisualStudio.csproj	2009-04-03 19:10:52 UTC (rev 1551)
@@ -242,6 +242,7 @@
     <None Include="Resources\ArrowKey.bmp" />
     <None Include="Resources\Key.bmp" />
     <Content Include="Resources\Package.ico" />
+    <None Include="Resources\PackageLoadKey.txt" />
   </ItemGroup>
   <ItemGroup>
     <CtcFile Include="CtcComponents\PkgCmd.ctc">

Modified: trunk/MySql.VisualStudio/Properties/Resources.Designer.cs
===================================================================
--- trunk/MySql.VisualStudio/Properties/Resources.Designer.cs	2009-04-03 19:08:41 UTC (rev 1550)
+++ trunk/MySql.VisualStudio/Properties/Resources.Designer.cs	2009-04-03 19:10:52 UTC (rev 1551)
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.
-//     Runtime Version:2.0.50727.3521
+//     Runtime Version:2.0.50727.4913
 //
 //     Changes to this file may cause incorrect behavior and will be lost if
 //     the code is regenerated.
@@ -60,6 +60,15 @@
             }
         }
         
+        /// <summary>
+        ///   Looks up a localized string similar to H1PZDDC3CDP8CDKAH1HRAPE2ZQZECRQER1PEIKDCEKD9CMKPDKJZMKPZZIRHEIE2EQZHH9JTJED0ZDPTQ2I8RHJMCQRIZ1MDM9Q9Z1MZE8M2JQHTI1MCA2M3ZDRTEZAR.
+        /// </summary>
+        public static string _100 {
+            get {
+                return ResourceManager.GetString("100", resourceCulture);
+            }
+        }
+        
         public static System.Drawing.Icon _400 {
             get {
                 object obj = ResourceManager.GetObject("400", resourceCulture);
@@ -2512,7 +2521,7 @@
         }
         
         /// <summary>
-        ///   Looks up a localized string similar to Data design and management tools for MySQL.  Copyright © 2007 MySQL AB.
+        ///   Looks up a localized string similar to Data design and management tools for MySQL.  Copyright © 2007-2009 MySQL AB.
         /// </summary>
         public static string ProductDetails {
             get {

Modified: trunk/MySql.VisualStudio/Properties/Resources.resx
===================================================================
--- trunk/MySql.VisualStudio/Properties/Resources.resx	2009-04-03 19:08:41 UTC (rev 1550)
+++ trunk/MySql.VisualStudio/Properties/Resources.resx	2009-04-03 19:10:52 UTC (rev 1551)
@@ -914,7 +914,7 @@
     <value>Views</value>
   </data>
   <data name="ProductDetails" xml:space="preserve">
-    <value>Data design and management tools for MySQL.  Copyright © 2007 MySQL AB</value>
+    <value>Data design and management tools for MySQL.  Copyright © 2007-2009 MySQL AB</value>
   </data>
   <data name="ProductName" xml:space="preserve">
     <value>MySQL Connector/Net</value>
@@ -1053,4 +1053,7 @@
   <data name="DelayKeyWriteDesc" xml:space="preserve">
     <value>True if you want to delay key updates until the table is closed.  (MyISAM only)</value>
   </data>
+  <data name="100" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\PackageLoadKey.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
+  </data>
 </root>
\ No newline at end of file

Thread
Connector/NET commit: r1551 - in trunk: . MySql.VisualStudio MySql.VisualStudio/Propertiesrburnett3 Apr