Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68d1435

Browse files
committed
🔧 更新预览版本号至 5
将 AssemblyInfo.Constants.cs 中 AssemblyInfo 类的 ver_for_preview 常量从 "3" 提升至 "5",以反映最新的预览版本进度。
1 parent 662a5ac commit 68d1435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AssemblyInfo.Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static partial class AssemblyInfo
1818
/// <summary>
1919
/// 预览版本号,范围 1~9,只增不减
2020
/// </summary>
21-
const string ver_for_preview = "3";
21+
const string ver_for_preview = "5";
2222

2323
/// <summary>
2424
/// RC 版本号,范围 0~9,只增不减

0 commit comments

Comments
 (0)