From 457a158c1fe962d5a371bb8bd61f11d6171428b7 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Sat, 25 Jul 2026 11:11:56 -0400 Subject: [PATCH 1/2] Bump version to 1.17.0 All three version sources, kept in sync: - src/Directory.Build.props (single source for SDK-style projects) - src/PlanViewer.Ssms/source.extension.vsixmanifest - src/PlanViewer.Ssms/Properties/AssemblyInfo.cs The two SSMS files are not covered by Directory.Build.props because PlanViewer.Ssms is a legacy non-SDK project; they have drifted on past releases, so they are bumped by hand here. Verified: clean Release build 0 warnings, 202/202 tests pass. Co-Authored-By: Claude Fable 5 --- src/Directory.Build.props | 2 +- src/PlanViewer.Ssms/Properties/AssemblyInfo.cs | 4 ++-- src/PlanViewer.Ssms/source.extension.vsixmanifest | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index eac080f..4bd8a71 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -15,7 +15,7 @@ Tests and server/ projects are outside src/ and are unaffected. --> - 1.16.0 + 1.17.0 Erik Darling Darling Data LLC Performance Studio diff --git a/src/PlanViewer.Ssms/Properties/AssemblyInfo.cs b/src/PlanViewer.Ssms/Properties/AssemblyInfo.cs index 2dfd404..f972400 100644 --- a/src/PlanViewer.Ssms/Properties/AssemblyInfo.cs +++ b/src/PlanViewer.Ssms/Properties/AssemblyInfo.cs @@ -7,5 +7,5 @@ [assembly: AssemblyProduct("Performance Studio for SSMS")] [assembly: AssemblyCopyright("Copyright Darling Data 2026")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("1.16.0.0")] -[assembly: AssemblyFileVersion("1.16.0.0")] +[assembly: AssemblyVersion("1.17.0.0")] +[assembly: AssemblyFileVersion("1.17.0.0")] diff --git a/src/PlanViewer.Ssms/source.extension.vsixmanifest b/src/PlanViewer.Ssms/source.extension.vsixmanifest index 604e4c5..ee1fb42 100644 --- a/src/PlanViewer.Ssms/source.extension.vsixmanifest +++ b/src/PlanViewer.Ssms/source.extension.vsixmanifest @@ -3,7 +3,7 @@ xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> Performance Studio for SSMS From 42f7b5e6ff56fa900de3d426abab958b611ca588 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Sat, 25 Jul 2026 11:19:32 -0400 Subject: [PATCH 2/2] Update CITATION.cff to the current release Its software `version` had been left at 1.2.0 since the file was added in #111 (2026-03-18), 15 minor versions behind. It likely went unnoticed because it happened to match the `cff-version: 1.2.0` schema version on line 1, which is a different field and correctly stays at 1.2.0. Co-Authored-By: Claude Fable 5 --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 7d14671..28f3d33 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,8 +9,8 @@ authors: website: "https://erikdarling.com" repository-code: "https://github.com/erikdarlingdata/PerformanceStudio" license: MIT -version: "1.2.0" -date-released: "2026-03-18" +version: "1.17.0" +date-released: "2026-07-25" keywords: - sql-server - execution-plan