Skip to content

Fix version format in common.props#24944

Merged
maliming merged 1 commit into
devfrom
skoc10-patch-3
Feb 25, 2026
Merged

Fix version format in common.props#24944
maliming merged 1 commit into
devfrom
skoc10-patch-3

Conversation

@skoc10

@skoc10 skoc10 commented Feb 25, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@skoc10 skoc10 added this to the 10.3-preview milestone Feb 25, 2026
@skoc10 skoc10 requested a review from maliming February 25, 2026 04:20
@skoc10 skoc10 added the devops label Feb 25, 2026
Copilot AI review requested due to automatic review settings February 25, 2026 04:20
@maliming maliming merged commit 2cf4c4b into dev Feb 25, 2026
4 checks passed
@maliming maliming deleted the skoc10-patch-3 branch February 25, 2026 04:21

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes an invalid version format in the common.props file by removing a trailing dash from the ABP Framework version string. The version format 10.3.0-preview- with a trailing hyphen is invalid according to SemVer 2.0.0 specification, as it would imply an empty prerelease identifier following the dash. The corrected format 10.3.0-preview conforms to semantic versioning standards and aligns with the version format used elsewhere in the codebase (e.g., LeptonXVersion on line 5).

Changes:

  • Fixed invalid version format by removing trailing dash from 10.3.0-preview- to 10.3.0-preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants