diff --git a/Dashboard/AboutWindow.xaml b/Dashboard/AboutWindow.xaml index f7c250ed..5fa28bcb 100644 --- a/Dashboard/AboutWindow.xaml +++ b/Dashboard/AboutWindow.xaml @@ -18,7 +18,7 @@ - + diff --git a/Dashboard/Dashboard.csproj b/Dashboard/Dashboard.csproj index ca513638..8de16fa1 100644 --- a/Dashboard/Dashboard.csproj +++ b/Dashboard/Dashboard.csproj @@ -6,7 +6,7 @@ true PerformanceMonitorDashboard SQL Server Performance Monitor Dashboard - 1.1.0 + 1.2.0 Darling Data, LLC Copyright © 2026 Darling Data, LLC EDD.ico diff --git a/Dashboard/Mcp/McpHostService.cs b/Dashboard/Mcp/McpHostService.cs index e6754c2a..25d32b73 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.1.0" + Version = "1.2.0" }; options.ServerInstructions = McpInstructions.Text; }) diff --git a/Lite/Mcp/McpHostService.cs b/Lite/Mcp/McpHostService.cs index 9ce7d73b..7835a9d5 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.1.0" + Version = "1.2.0" }; options.ServerInstructions = McpInstructions.Text; }) diff --git a/Lite/PerformanceMonitorLite.csproj b/Lite/PerformanceMonitorLite.csproj index 4f91e24e..6b51c5fa 100644 --- a/Lite/PerformanceMonitorLite.csproj +++ b/Lite/PerformanceMonitorLite.csproj @@ -7,7 +7,7 @@ PerformanceMonitorLite PerformanceMonitorLite SQL Server Performance Monitor Lite - 1.1.0 + 1.2.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 3bc51c5e..8b40f0ba 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"/> -