SDK 1.1.1 GA — drop beta.1 suffix for stable release#225
Merged
Conversation
#224 merged 1.1.1-beta.1 to main. This clears the VersionSuffix so the package publishes as the stable 1.1.1 (CI: PKGVERSION 1.1.1, MSIVERSION 1.1.1.0). No code change — version metadata only. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
tzeejay
approved these changes
Jun 29, 2026
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.
Promotes the SDK to the stable 1.1.1 GA. #224 merged
1.1.1-beta.1tomain; this PR clearsVersionSuffixso the package publishes as 1.1.1 (no prerelease tag).Change:
GuardianConnectSDK/Directory.Build.Props—<VersionSuffix>beta.1</VersionSuffix>→ empty. Version metadata only; no code change from the approved #224 content.On merge + publish, CI derives PKGVERSION
1.1.1and MSIVERSION1.1.1.0. The app then consumes the non-beta SDK 1.1.1 for its GA.🤖 Generated with Claude Code