From 4cccab1977a26b4e2509f5c6e030ff8056022124 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Thu, 19 Feb 2026 11:23:06 -0500 Subject: [PATCH] Update installer version from 1.0.0 to 1.2.0 (fixes #148) Both CLI and GUI installer projects had hardcoded version 1.0.0 while Dashboard and Lite were at 1.2.0. This caused config.installation_history to show installer_version = 1.0.0.0 after installing the current release. Co-Authored-By: Claude Opus 4.6 --- Installer/PerformanceMonitorInstaller.csproj | 8 ++++---- InstallerGui/InstallerGui.csproj | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Installer/PerformanceMonitorInstaller.csproj b/Installer/PerformanceMonitorInstaller.csproj index e260c732..07e9c964 100644 --- a/Installer/PerformanceMonitorInstaller.csproj +++ b/Installer/PerformanceMonitorInstaller.csproj @@ -20,10 +20,10 @@ PerformanceMonitorInstaller SQL Server Performance Monitor Installer - 1.0.0 - 1.0.0.0 - 1.0.0.0 - 1.0.0 + 1.2.0 + 1.2.0.0 + 1.2.0.0 + 1.2.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 b2442623..2e41cf44 100644 --- a/InstallerGui/InstallerGui.csproj +++ b/InstallerGui/InstallerGui.csproj @@ -8,7 +8,7 @@ PerformanceMonitorInstallerGui PerformanceMonitorInstallerGui SQL Server Performance Monitor Installer - 1.0.0 + 1.2.0 Darling Data, LLC Copyright © 2026 Darling Data, LLC EDD.ico