Skip to content

Commit

Permalink
🔖 v3.0.1320.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed Dec 2, 2024
1 parent afa4ad9 commit 5c42a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AssemblyInfo.Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ public static partial class AssemblyInfo
/// <summary>
/// 预览版本号,范围 1~9,只增不减
/// </summary>
const string ver_for_preview = "9";
const string ver_for_preview = "0";

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

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";

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

0 comments on commit 5c42a23

Please sign in to comment.