Add 9.3.0.5 release notes and refresh release docs#8
Merged
Conversation
Co-authored-by: maikebing <3445167+maikebing@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update release notes and README for version 9.3.0.5
Add 9.3.0.5 release notes and refresh release docs
Mar 17, 2026
There was a problem hiding this comment.
Pull request overview
Updates release-facing documentation and workflow examples to reflect the 9.3.0.5 / v9.3.0.5 release convention, establishing a documented baseline release history for the repository.
Changes:
- Add “current release” sections to both Chinese and English READMEs for
9.3.0.5. - Restructure
CHANGELOG.mdto include a formal9.3.0.5entry and keep9.3.0as the initial baseline. - Refresh manual publish workflow examples/validation text to use
9.3.0.5/v9.3.0.5.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README_en.md | Adds an English “Current Release” section describing 9.3.0.5 and pointing readers to the changelog. |
| README.md | Adds a Chinese “当前发布版本” section describing 9.3.0.5 and pointing readers to the changelog. |
| CHANGELOG.md | Introduces a formal 9.3.0.5 release entry, adds explicit empty Unreleased subsections, and preserves 9.3.0 as the initial release section. |
| .github/workflows/nuget-publish.yml | Updates workflow_dispatch input examples and validation messaging to reference 9.3.0.5 / v9.3.0.5. |
Comment on lines
+24
to
+28
| ## [9.3.0.5] - 2026-03-17 | ||
|
|
||
| ### 发布说明 / Release Notes | ||
| - 这是基于初始版本持续整理后的正式发布说明版本,用于统一对外描述当前阶段能力,并匹配 `v9.3.0.5` 发布 tag。 | ||
| - 本版本重点在于沉淀已经完成的功能边界、运行时结构、包职责以及发布路径,便于后续按 tag 进行持续发布。 |
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.
This updates the repository’s release-facing documentation for
9.3.0.5, starting from the initial release history. It also aligns the release workflow examples with the newv9.3.0.5tag/version convention.Release notes
9.3.0.5entry toCHANGELOG.md9.3.0baseline as the starting point of the release historyUnreleasedREADME updates
README.md9.3.0.5release scope, package structure, and changelog entry pointREADME_en.mdfor English readersRelease workflow docs
9.3.0.4to9.3.0.5v9.3.0.5tag formatExample of the new release metadata now documented in the repo:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.