Release v1.11.1#345
Merged
Merged
Conversation
…#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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v1.11.1 — a small release to validate the new SSMS extension VSIX build in the release workflow (#343).
What's in it
release.ymlbuildsPlanViewer.Ssms.vsix+InstallSsmsExtension.exeand attaches them to the release. This is the first release that exercises that path.Validation
This release is primarily a test of the VSIX CI build. After it completes, confirm
PlanViewer.Ssms.vsixis attached to the v1.11.1 release. The VSIX build iscontinue-on-error, so if the runner lacks VSSDK targets the app release still succeeds and CI emits a warning.🤖 Generated with Claude Code