Update documents for separated tasks#962
Merged
RayWangQvQ merged 2 commits intodevelopfrom Jul 13, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates project metadata and documentation to reflect separated tasks for the upcoming 3.3.2 release.
- Bump project version and tool versions (common.props, dotnet-tools.json)
- Revise README: fix typos, refresh task table layout, correct alt text
- Add 3.3.2 entries to CHANGELOG
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| common.props | Updated <Version> from 3.3.1 to 3.3.2 |
| README.md | Fixed duplicate wording, improved grammar, replaced task list with a table, corrected image alt text |
| CHANGELOG.md | Added a new “## 3.3.2” section with docs and tool upgrade entries |
| .config/dotnet-tools.json | Upgraded csharpier from version 1.0.2 to 1.0.3 |
Comments suppressed due to low confidence (2)
README.md:130
- The new task table removed the
备注column that previously contained critical instructions (e.g., how to enableISOPENLIVELOTTERYTASKfor LiveLottery). Consider reintroducing a remarks column or relocating those notes so users don’t miss important setup steps.
| 任务名 | Code | 功能 | 推荐运行频率 |
CHANGELOG.md:2
- [nitpick] For consistency with common changelog conventions, consider using
Docs:instead ofDoc:as the prefix for documentation changes.
- Doc: 更新文档
| | 测试Cookie | Test | 测试Cookie是否正常 | 需要时手动运行 | 主要用于调试 | | ||
|
|
||
| | 任务名 | Code | 功能 | 推荐运行频率 | | ||
| | :--------: | :-------------: | :-----------------------------------------------------------------------------------------------: | :--------------: | |
There was a problem hiding this comment.
[nitpick] The alignment row for the 功能 column uses an extremely long dash sequence, which can make future edits error-prone. Consider using a shorter pattern like :---: and let the renderer handle column widths.
Suggested change
| | :--------: | :-------------: | :-----------------------------------------------------------------------------------------------: | :--------------: | | |
| | :---: | :---: | :---: | :---: | |
| @@ -1,3 +1,6 @@ | |||
| ## 3.3.2 | |||
| - Doc: 更新文档 | |||
| - Feature: 升级 csharpier | |||
There was a problem hiding this comment.
[nitpick] Upgrading a dev tool like CSharpier is generally a chore or tooling update rather than an end-user feature. Consider using Chore: or Tooling: for clarity in semantic versioning.
Suggested change
| - Feature: 升级 csharpier | |
| - Tooling: 升级 csharpier |
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.
内容
Update documents for separated tasks