diff --git a/Dashboard/AboutWindow.xaml b/Dashboard/AboutWindow.xaml index b8760fa..f7c250e 100644 --- a/Dashboard/AboutWindow.xaml +++ b/Dashboard/AboutWindow.xaml @@ -18,7 +18,7 @@ - + diff --git a/Dashboard/Dashboard.csproj b/Dashboard/Dashboard.csproj index 9c3d2a7..57d305d 100644 --- a/Dashboard/Dashboard.csproj +++ b/Dashboard/Dashboard.csproj @@ -6,7 +6,7 @@ true PerformanceMonitorDashboard SQL Server Performance Monitor Dashboard - 1.0.0 + 1.1.0 Darling Data, LLC Copyright © 2026 Darling Data, LLC EDD.ico diff --git a/Dashboard/Mcp/McpHostService.cs b/Dashboard/Mcp/McpHostService.cs index 5b3ef34..e6754c2 100644 --- a/Dashboard/Mcp/McpHostService.cs +++ b/Dashboard/Mcp/McpHostService.cs @@ -59,7 +59,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken) options.ServerInfo = new() { Name = "PerformanceMonitorDashboard", - Version = "1.0.0" + Version = "1.1.0" }; options.ServerInstructions = McpInstructions.Text; }) diff --git a/Lite/Mcp/McpHostService.cs b/Lite/Mcp/McpHostService.cs index 1b01708..9ce7d73 100644 --- a/Lite/Mcp/McpHostService.cs +++ b/Lite/Mcp/McpHostService.cs @@ -52,7 +52,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken) options.ServerInfo = new() { Name = "PerformanceMonitorLite", - Version = "1.0.0" + Version = "1.1.0" }; options.ServerInstructions = McpInstructions.Text; }) diff --git a/Lite/PerformanceMonitorLite.csproj b/Lite/PerformanceMonitorLite.csproj index a058adb..6068627 100644 --- a/Lite/PerformanceMonitorLite.csproj +++ b/Lite/PerformanceMonitorLite.csproj @@ -7,7 +7,7 @@ PerformanceMonitorLite PerformanceMonitorLite SQL Server Performance Monitor Lite - 1.0.0 + 1.1.0 Darling Data, LLC Copyright © 2026 Darling Data, LLC Lightweight SQL Server performance monitoring - no installation required on target servers diff --git a/Lite/Windows/AboutWindow.xaml b/Lite/Windows/AboutWindow.xaml index 4b55197..3bc51c5 100644 --- a/Lite/Windows/AboutWindow.xaml +++ b/Lite/Windows/AboutWindow.xaml @@ -18,7 +18,7 @@ FontSize="18" FontWeight="Bold" Foreground="{DynamicResource ForegroundBrush}" Margin="0,0,0,8"/> -