We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c7586 commit 1ad9343Copy full SHA for 1ad9343
build/Version.props
@@ -1,6 +1,12 @@
1
<Project>
2
<PropertyGroup>
3
- <!-- 版本号,人工指定。最终生成的版本号将是四位,最后一位由 git 提交数决定。 -->
4
- <Version>0.1.0</Version>
+ <!--
+ 版本号配置文件 - 重要说明:
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>
11
</PropertyGroup>
12
</Project>
0 commit comments