We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa4ad9 commit 5c42a23Copy full SHA for 5c42a23
src/AssemblyInfo.Constants.cs
@@ -16,14 +16,14 @@ public static partial class AssemblyInfo
16
/// <summary>
17
/// 预览版本号,范围 1~9,只增不减
18
/// </summary>
19
- const string ver_for_preview = "9";
+ const string ver_for_preview = "0";
20
21
22
/// RC 版本号,范围 0~9,只增不减
23
24
const string ver_for_rc = "13";
25
26
- public const string FileVersion = $"{Version2}.{ver_for_rc}1{ver_for_preview}.0";
+ public const string FileVersion = $"{Version2}.{ver_for_rc}2{ver_for_preview}.0";
27
28
//public const string InformationalVersion = Version;
29
//public const string InformationalVersion = $"{Version}-preview.{ver_for_preview}";
0 commit comments