Skip to content

fix: correct version metadata for v0.23.0-beta.5#1339

Merged
Aaronontheweb merged 1 commit into
devfrom
fix/release-version-metadata
Jun 6, 2026
Merged

fix: correct version metadata for v0.23.0-beta.5#1339
Aaronontheweb merged 1 commit into
devfrom
fix/release-version-metadata

Conversation

@Aaronontheweb
Copy link
Copy Markdown
Collaborator

What

Fix the build script producing wrong Directory.Build.props version metadata.

The release script was generating:

  • VersionPrefix: 0.23.0-beta.5 (entire version string)
  • VersionSuffix: beta.4 (old value)

Should be:

  • VersionPrefix: 0.23.0
  • VersionSuffix: beta.5

This caused the Validate tag matches VersionPrefix/VersionSuffix step in the release workflow to fail.

Changes

  • Directory.Build.props: correct VersionPrefix and VersionSuffix

@Aaronontheweb Aaronontheweb merged commit 3f38974 into dev Jun 6, 2026
20 of 21 checks passed
@Aaronontheweb Aaronontheweb deleted the fix/release-version-metadata branch June 6, 2026 14:40
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