Skip to content

Update version numbers in common.props#24943

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

Update version numbers in common.props#24943
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:07
@skoc10 skoc10 added the devops label Feb 25, 2026
Copilot AI review requested due to automatic review settings February 25, 2026 04:07
@maliming maliming merged commit 102e4ab into dev Feb 25, 2026
4 checks passed
@maliming maliming deleted the skoc10-patch-3 branch February 25, 2026 04:09

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 pull request updates the version numbers in common.props for the ABP Framework, transitioning from release candidate versions (10.2.0-rc.1 / 5.2.0-rc.1) to preview versions (10.3.0-preview / 5.3.0-preview). However, there is a critical formatting error in the main version string.

Changes:

  • Update Version property from 10.2.0-rc.1 to 10.3.0-preview-
  • Update LeptonXVersion property from 5.2.0-rc.1 to 5.3.0-preview

Comment thread common.props
<LangVersion>latest</LangVersion>
<Version>10.2.0-rc.1</Version>
<LeptonXVersion>5.2.0-rc.1</LeptonXVersion>
<Version>10.3.0-preview-</Version>

Copilot AI Feb 25, 2026

Copy link

Choose a reason for hiding this comment

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

The version string ends with a trailing hyphen: '10.3.0-preview-'. This is a malformed version string. Based on the codebase conventions, preview versions should either be formatted as '-rc.x' (e.g., '10.3.0-rc.1') or '-preview' (e.g., '10.3.0-preview'). The trailing hyphen without a suffix will likely cause issues with NuGet package versioning and version comparisons. Remove the trailing hyphen or add the appropriate suffix.

Suggested change
<Version>10.3.0-preview-</Version>
<Version>10.3.0-preview</Version>

Copilot uses AI. Check for mistakes.
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