Skip to content

Commit 5c42a23

Browse files
committed
🔖 v3.0.1320.0
1 parent afa4ad9 commit 5c42a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AssemblyInfo.Constants.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ public static partial class AssemblyInfo
1616
/// <summary>
1717
/// 预览版本号,范围 1~9,只增不减
1818
/// </summary>
19-
const string ver_for_preview = "9";
19+
const string ver_for_preview = "0";
2020

2121
/// <summary>
2222
/// RC 版本号,范围 0~9,只增不减
2323
/// </summary>
2424
const string ver_for_rc = "13";
2525

26-
public const string FileVersion = $"{Version2}.{ver_for_rc}1{ver_for_preview}.0";
26+
public const string FileVersion = $"{Version2}.{ver_for_rc}2{ver_for_preview}.0";
2727

2828
//public const string InformationalVersion = Version;
2929
//public const string InformationalVersion = $"{Version}-preview.{ver_for_preview}";

0 commit comments

Comments
 (0)