Skip to content

Commit 1ad9343

Browse files
committed
AI 编写版本号注释
1 parent 44c7586 commit 1ad9343

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

build/Version.props

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<Project>
22
<PropertyGroup>
3-
<!-- 版本号,人工指定。最终生成的版本号将是四位,最后一位由 git 提交数决定。 -->
4-
<Version>0.1.0</Version>
3+
<!--
4+
版本号配置文件 - 重要说明:
5+
1. 此版本号仅在本地编译时生效
6+
2. CI/CD 发布时会被 dotnetCampus.TagToVersion 工具自动覆盖(从 Git Tag 提取版本号)
7+
3. 请勿提交此文件的版本号更改到 Git 仓库
8+
4. 如需发布新版本,请使用 Git Tag:git tag v1.0.0 && git push origin v1.0.0
9+
-->
10+
<Version>0.0.0-alpha00</Version>
511
</PropertyGroup>
612
</Project>

0 commit comments

Comments
 (0)