diff --git a/AxialSqlTools/AxialSqlTools.csproj b/AxialSqlTools/AxialSqlTools.csproj index 24a643a..3f60470 100644 --- a/AxialSqlTools/AxialSqlTools.csproj +++ b/AxialSqlTools/AxialSqlTools.csproj @@ -60,7 +60,7 @@ - + FormatOptionsDialog.xaml @@ -80,6 +80,9 @@ + + GoogleSheetsExportSuccessDialog.xaml + @@ -234,6 +237,9 @@ 6.0.6 + + 2.5.0 + 8.0.7 @@ -285,7 +291,11 @@ MSBuild:Compile Designer - + + Designer + MSBuild:Compile + + Designer MSBuild:Compile diff --git a/AxialSqlTools/AxialSqlToolsPackage.cs b/AxialSqlTools/AxialSqlToolsPackage.cs index 9151c2c..21f71f8 100644 --- a/AxialSqlTools/AxialSqlToolsPackage.cs +++ b/AxialSqlTools/AxialSqlToolsPackage.cs @@ -58,9 +58,9 @@ namespace AxialSqlTools [ProvideToolWindow(typeof(AboutWindow))] [ProvideToolWindow(typeof(ToolWindowGridToEmail))] [ProvideToolWindow(typeof(HealthDashboard_Server))] - [ProvideToolWindow(typeof(HealthDashboard_Servers))] + //[ProvideToolWindow(typeof(HealthDashboard_Servers))] [ProvideToolWindow(typeof(DataTransferWindow))] - [ProvideToolWindow(typeof(AskChatGptWindow))] + //[ProvideToolWindow(typeof(AskChatGptWindow))] [ProvideToolWindow(typeof(SqlServerBuildsWindow))] [ProvideToolWindow(typeof(QueryHistoryWindow))] [ProvideToolWindow(typeof(DatabaseScripterToolWindow))] @@ -283,13 +283,13 @@ protected override async Task InitializeAsync(CancellationToken cancellationToke await ExportGridToAsInsertsCommand.InitializeAsync(this); await ToolWindowGridToEmailCommand.InitializeAsync(this); await HealthDashboard_ServerCommand.InitializeAsync(this); - await HealthDashboard_ServersCommand.InitializeAsync(this); + //await HealthDashboard_ServersCommand.InitializeAsync(this); await CopyQueryAsHtmlCommand.InitializeAsync(this); await DataTransferWindowCommand.InitializeAsync(this); await DataImportWindowCommand.InitializeAsync(this); await CheckAddinVersionCommand.InitializeAsync(this); await ResultGridCopyAsInsertCommand.InitializeAsync(this); - await AskChatGptCommand.InitializeAsync(this); + //await AskChatGptCommand.InitializeAsync(this); await SqlServerBuildsWindowCommand.InitializeAsync(this); await QueryHistoryWindowCommand.InitializeAsync(this); await DatabaseScripterToolWindowCommand.InitializeAsync(this); diff --git a/AxialSqlTools/AxialSqlToolsPackage.vsct b/AxialSqlTools/AxialSqlToolsPackage.vsct index 52f2589..b605e59 100644 --- a/AxialSqlTools/AxialSqlToolsPackage.vsct +++ b/AxialSqlTools/AxialSqlToolsPackage.vsct @@ -178,6 +178,7 @@ AxialSqlTools.ScriptSelectedObject + - -