Skip to content

Commit

Permalink
up 更新版本号为A33
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Nov 13, 2024
1 parent de96c1b commit 652c575
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
加入openp2p
加入hal映射

⚫2024.11.13(A33)
√ 升级dotnet9
√ 优化Core的性能
√ 修正Mod读取的问题
√ 修改下载界面的数据刷新速度
√ 添加游戏后不再主动关闭添加窗口
√ 添加模组注释
√ 添加游戏设置窗口选项储存

⚫2024.11.8
√ 修复Arm64运行库处理问题
√ 修复UI问题
Expand Down
2 changes: 1 addition & 1 deletion build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
32
33
4 changes: 2 additions & 2 deletions src/ColorMC.Core/CoreMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ namespace ColorMC.Core;

public static class ColorMCCore
{
public const string TopVersion = "A32";
public const string DateVersion = "20241112";
public const string TopVersion = "A33";
public const string DateVersion = "20241113";

/// <summary>
/// 版本号
Expand Down
2 changes: 1 addition & 1 deletion src/ColorMC.Launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static class Program
/// <summary>
/// 加载路径
/// </summary>
public const string TopVersion = "A32";
public const string TopVersion = "A33";

public static readonly string[] BaseSha1 =
[
Expand Down

0 comments on commit 652c575

Please sign in to comment.