docs: reference Semantic Versioning (semver.org) in version standards#66
Merged
Conversation
- Add Semantic Versioning (semver.org) link as primary version standard - Extend explanation to cover 4-part .NET version compatibility - Use language-appropriate URLs: - Chinese (zh-Hans): https://semver.org/lang/zh-CN/ - English: https://semver.org/ - Keep NuGet and Assembly versioning links as supplementary references Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates versioning documentation to reference Semantic Versioning while clarifying the project’s .NET-compatible four-part version format.
Changes:
- Adds SemVer references to English and Chinese component introduction docs.
- Clarifies
MAJOR.MINOR.PATCH.REVISIONas a .NETSystem.Versioncompatibility extension. - Updates English Microsoft documentation links from Chinese locale to English locale.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
website/docs/doc/Component Introduction.md |
Adds SemVer guidance and English .NET versioning links. |
website/i18n/en/docusaurus-plugin-content-docs/current/doc/Component Introduction.md |
Mirrors the English documentation updates for localized docs. |
website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/doc/Component Introduction.md |
Adds Chinese SemVer guidance and keeps Chinese reference links. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| GeneralUpdate 遵循[语义化版本](https://semver.org/lang/zh-CN/)规范的核心原则(`MAJOR.MINOR.PATCH`),并基于 .NET `System.Version` 兼容性扩展了第四个 `Revision` 段(`MAJOR.MINOR.PATCH.REVISION`)。 | ||
|
|
||
| - 语义化版本规范:https://semver.org/lang/zh-CN/ | ||
| - Nuget 版本管理参考标准:https://docs.microsoft.com/zh-cn/nuget/concepts/package-versioning |
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
Add Semantic Versioning references to version-related documentation sections, using language-appropriate URLs for Chinese and English audiences.
Changes
website/docs/doc/Component Introduction.md (base)
Major.Minor.Build.Revision) as a SemVer extensionhttps://semver.org/for English contentwebsite/i18n/zh-Hans/.../Component Introduction.md
https://semver.org/lang/zh-CN/for Chinese audiencewebsite/i18n/en/.../Component Introduction.md
Validation
npm run build -- --no-minifypasses