Skip to content

Release v1.11.1#345

Merged
erikdarlingdata merged 1 commit into
mainfrom
dev
May 22, 2026
Merged

Release v1.11.1#345
erikdarlingdata merged 1 commit into
mainfrom
dev

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Release v1.11.1 — a small release to validate the new SSMS extension VSIX build in the release workflow (#343).

What's in it

  • SSMS extension is now built and released automaticallyrelease.yml builds PlanViewer.Ssms.vsix + InstallSsmsExtension.exe and attaches them to the release. This is the first release that exercises that path.
  • MCP server version is no longer hardcoded — derived from the assembly version.
  • README points the SSMS install at the latest release; bug-report template placeholder refreshed.

Validation

This release is primarily a test of the VSIX CI build. After it completes, confirm PlanViewer.Ssms.vsix is attached to the v1.11.1 release. The VSIX build is continue-on-error, so if the runner lacks VSSDK targets the app release still succeeds and CI emits a warning.

🤖 Generated with Claude Code

…#344)

* Build SSMS extension VSIX in release workflow (#343)

The SSMS extension (PlanViewer.Ssms) is a legacy non-SDK project and is
not part of PlanViewer.sln, so `dotnet build` never produced it. Releases
shipped without the VSIX, leaving the README pointing at a stale v0.7.0
manual download while the extension was already at 1.11.0.

- release.yml: build the VSIX via MSBuild + the installer via dotnet, and
  attach PlanViewer.Ssms.vsix + InstallSsmsExtension.exe to each release.
  continue-on-error keeps a VSIX build failure from blocking the
  cross-platform app release; warns on manifest/release version drift.
- README.md: point SSMS install at the latest release.
- McpHostService.cs: MCP server version was hardcoded at 0.7.0 - derive
  it from the assembly version so it tracks Directory.Build.props.
- bug_report.yml: refresh the version placeholder.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Bump version to 1.11.1 (Directory.Build.props, vsixmanifest, AssemblyInfo)

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 63432cf into main May 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant