From 6b25e8b0ba5d951599ba673397146b69208bec31 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Wed, 18 Mar 2026 00:14:49 -0400 Subject: [PATCH] Version bump to 2.3.0 + fix GUI uninstall button state - Bump Version/AssemblyVersion/FileVersion/InformationalVersion to 2.3.0 in all 4 csproj files - Fix GUI installer: set _installedVersion after successful install so the Uninstall button is enabled Co-Authored-By: Claude Opus 4.6 (1M context) --- Dashboard/Dashboard.csproj | 8 ++++---- Installer/PerformanceMonitorInstaller.csproj | 8 ++++---- InstallerGui/InstallerGui.csproj | 8 ++++---- InstallerGui/MainWindow.xaml.cs | 2 ++ Lite/PerformanceMonitorLite.csproj | 8 ++++---- 5 files changed, 18 insertions(+), 16 deletions(-) diff --git a/Dashboard/Dashboard.csproj b/Dashboard/Dashboard.csproj index e15a88be..aa54e6f7 100644 --- a/Dashboard/Dashboard.csproj +++ b/Dashboard/Dashboard.csproj @@ -6,10 +6,10 @@ true PerformanceMonitorDashboard SQL Server Performance Monitor Dashboard - 2.2.0 - 2.2.0.0 - 2.2.0.0 - 2.2.0 + 2.3.0 + 2.3.0.0 + 2.3.0.0 + 2.3.0 Darling Data, LLC Copyright © 2026 Darling Data, LLC EDD.ico diff --git a/Installer/PerformanceMonitorInstaller.csproj b/Installer/PerformanceMonitorInstaller.csproj index c69063ee..3ba7e90b 100644 --- a/Installer/PerformanceMonitorInstaller.csproj +++ b/Installer/PerformanceMonitorInstaller.csproj @@ -20,10 +20,10 @@ PerformanceMonitorInstaller SQL Server Performance Monitor Installer - 2.2.0 - 2.2.0.0 - 2.2.0.0 - 2.2.0 + 2.3.0 + 2.3.0.0 + 2.3.0.0 + 2.3.0 Darling Data, LLC Copyright © 2026 Darling Data, LLC Installation utility for SQL Server Performance Monitor - Supports SQL Server 2016-2025 diff --git a/InstallerGui/InstallerGui.csproj b/InstallerGui/InstallerGui.csproj index 237ad822..c10b089b 100644 --- a/InstallerGui/InstallerGui.csproj +++ b/InstallerGui/InstallerGui.csproj @@ -8,10 +8,10 @@ PerformanceMonitorInstallerGui PerformanceMonitorInstallerGui SQL Server Performance Monitor Installer - 2.2.0 - 2.2.0.0 - 2.2.0.0 - 2.2.0 + 2.3.0 + 2.3.0.0 + 2.3.0.0 + 2.3.0 Darling Data, LLC Copyright © 2026 Darling Data, LLC EDD.ico diff --git a/InstallerGui/MainWindow.xaml.cs b/InstallerGui/MainWindow.xaml.cs index dcac1b25..6725cfca 100644 --- a/InstallerGui/MainWindow.xaml.cs +++ b/InstallerGui/MainWindow.xaml.cs @@ -518,6 +518,8 @@ Final summary if (_installationResult.Success) { + _installedVersion = AppAssemblyVersion; + LogMessage("Installation completed successfully!", "Success"); LogMessage("", "Info"); LogMessage("NEXT STEPS:", "Info"); diff --git a/Lite/PerformanceMonitorLite.csproj b/Lite/PerformanceMonitorLite.csproj index d0be7ba2..be54641d 100644 --- a/Lite/PerformanceMonitorLite.csproj +++ b/Lite/PerformanceMonitorLite.csproj @@ -7,10 +7,10 @@ PerformanceMonitorLite PerformanceMonitorLite SQL Server Performance Monitor Lite - 2.2.0 - 2.2.0.0 - 2.2.0.0 - 2.2.0 + 2.3.0 + 2.3.0.0 + 2.3.0.0 + 2.3.0 Darling Data, LLC Copyright © 2026 Darling Data, LLC Lightweight SQL Server performance monitoring - no installation required on target servers