From da661958eacc51447a629b88e96b6caf3186391c Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Fri, 13 Feb 2026 13:23:31 -0500 Subject: [PATCH] Bump version to 1.1.0 Update version in csproj files, About dialogs, and MCP server info for both Dashboard and Lite. Co-Authored-By: Claude Opus 4.6 --- Dashboard/AboutWindow.xaml | 2 +- Dashboard/Dashboard.csproj | 2 +- Dashboard/Mcp/McpHostService.cs | 2 +- Lite/Mcp/McpHostService.cs | 2 +- Lite/PerformanceMonitorLite.csproj | 2 +- Lite/Windows/AboutWindow.xaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dashboard/AboutWindow.xaml b/Dashboard/AboutWindow.xaml index b8760fa4..f7c250ed 100644 --- a/Dashboard/AboutWindow.xaml +++ b/Dashboard/AboutWindow.xaml @@ -18,7 +18,7 @@ - + diff --git a/Dashboard/Dashboard.csproj b/Dashboard/Dashboard.csproj index 9c3d2a7f..57d305dd 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 5b3ef343..e6754c2a 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 1b01708e..9ce7d73b 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 a058adb3..60686279 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 4b55197f..3bc51c5e 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"/> -