Skip to content

Commit a9251ba

Browse files
Bump version to 1.12.0 for release
New since v1.11.2: - Add unified Settings window (#351) - Publish SSMS extension to the SSMS Gallery on release (#348) - Restore dropped XML docs in AppSettingsService Bumps Directory.Build.props, the SSMS .vsixmanifest, and AssemblyInfo.cs (the three version sources documented in Directory.Build.props). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ae901ae commit a9251ba

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Tests and server/ projects are outside src/ and are unaffected.
1616
-->
1717
<PropertyGroup>
18-
<Version>1.11.2</Version>
18+
<Version>1.12.0</Version>
1919
<Authors>Erik Darling</Authors>
2020
<Company>Darling Data LLC</Company>
2121
<Product>Performance Studio</Product>

src/PlanViewer.Ssms/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
[assembly: AssemblyProduct("Performance Studio for SSMS")]
88
[assembly: AssemblyCopyright("Copyright Darling Data 2026")]
99
[assembly: ComVisible(false)]
10-
[assembly: AssemblyVersion("1.11.2.0")]
11-
[assembly: AssemblyFileVersion("1.11.2.0")]
10+
[assembly: AssemblyVersion("1.12.0.0")]
11+
[assembly: AssemblyFileVersion("1.12.0.0")]

src/PlanViewer.Ssms/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
44
<Metadata>
55
<Identity Id="PlanViewer.Ssms.64F79022-9D9A-4463-A1AE-4B19426A0CB1"
6-
Version="1.11.2"
6+
Version="1.12.0"
77
Language="en-US"
88
Publisher="Darling Data" />
99
<DisplayName>Performance Studio for SSMS</DisplayName>

0 commit comments

Comments
 (0)