diff --git a/Dashboard/Dashboard.csproj b/Dashboard/Dashboard.csproj index e15a88b..aa54e6f 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 c69063e..3ba7e90 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 237ad82..c10b089 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 dcac1b2..6725cfc 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 d0be7ba..be54641 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