Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>10.2.0-rc.4</Version>
<LeptonXVersion>5.2.0-rc.4</LeptonXVersion>
<Version>10.2.0</Version>
<LeptonXVersion>5.2.0</LeptonXVersion>
Comment on lines +4 to +5

Copilot AI Mar 31, 2026

Copy link

Choose a reason for hiding this comment

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

The PR title indicates updating versions to the 10.2.0 release, but the repo still contains many references to pre-release versions (e.g., "10.2.0-rc.4" and "5.2.0-rc.4" in several package.json/template files and docs). If this PR is intended to be the final release bump, consider updating/removing the remaining rc.* references (or clarify that this change is .NET/MSBuild-only).

Copilot uses AI. Check for mistakes.
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
<PackageIconUrl>https://abp.io/assets/abp_nupkg.png</PackageIconUrl>
<PackageProjectUrl>https://abp.io/</PackageProjectUrl>
Expand Down
Loading