Bump fallback Version to 0.9.0 - #141
Merged
Merged
Conversation
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Updates the fallback package version in Directory.Build.props from 0.7.0 to 0.9.0 to match the latest release; affects only non-tagged local builds, leaving release pipeline versioning unchanged. No code or behavior change.
Re-trigger cubic
Approval not submitted
This repository is configured to approve as @klotty, but that approval identity is unavailable.
Reconnect or verify the approval identity in repository settings.
cubic left this as a normal review comment instead of falling back to a Cubic App approval.
felipefreitag
approved these changes
Aug 18, 2026
gabrielmfern
approved these changes
Aug 18, 2026
3 tasks
This was referenced Aug 21, 2026
This was referenced Aug 28, 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.
Summary
Directory.Build.propsstill had the fallback<Version>at0.7.0, two releases behind the latest tag (v0.9.0). Localdotnet build/dotnet packruns (outside CI) would pick up this stale version since it's not overridden by a tag-derived-p:Version=likecicd/release.shdoes for actual releases.0.9.0to match the latest published release, following the repo's existing convention (see 1173ad5, 0b46e43).Test plan
Directory.Build.props)release.shderives version from the git tag via-p:Version=, so this change doesn't affect the release pipeline itself🤖 Generated with Claude Code
Summary by cubic
Aligns the fallback package version with the latest release by updating
Directory.Build.propsfrom 0.7.0 to 0.9.0. This ensures localdotnet build/dotnet packruns use 0.9.0 instead of a stale version when no-p:Versionis provided.Written for commit 43e4a76. Summary will update on new commits.