Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit a7a73fb

Browse files
committed
up A38
1 parent 5a21688 commit a7a73fb

37 files changed

Lines changed: 36 additions & 1754 deletions

.github/workflows/dotnet-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: 设置.NET Core
2323
uses: actions/setup-dotnet@v4
2424
with:
25-
dotnet-version: 8.0.404
25+
dotnet-version: 9.0.300
2626

2727
- name: Read version number
2828
id: version
@@ -191,7 +191,7 @@ jobs:
191191
- name: 设置.NET Core
192192
uses: actions/setup-dotnet@v4
193193
with:
194-
dotnet-version: 8.0.404
194+
dotnet-version: 9.0.300
195195

196196
- name: Read version number
197197
id: version
@@ -259,7 +259,7 @@ jobs:
259259
- name: 设置.NET Core
260260
uses: actions/setup-dotnet@v4
261261
with:
262-
dotnet-version: 8.0.404
262+
dotnet-version: 9.0.300
263263

264264
# - name: 更新源码
265265
# shell: cmd

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "Live2DCSharpSDK"]
2-
path = Live2DCSharpSDK
3-
url = https://github.com/Coloryr/Live2DCSharpSDK.git
41
[submodule "MinecraftSkinRender"]
52
path = MinecraftSkinRender
63
url = https://github.com/Coloryr/MinecraftSkinRender.git

Live2DCSharpSDK

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ $ git submodule update --init --recursive
166166
| Newtonsoft.Json | JSON解析器 | [GitHub](https://github.com/JamesNK/Newtonsoft.Json) |
167167
| SharpZipLib | 压缩包处理 | [GitHub](https://github.com/icsharpcode/SharpZipLib) |
168168
| Tomlyn | TOML解析器 | [GitHub](https://github.com/xoofx/Tomlyn) |
169-
| ForgeWrapper | Forge启动器 | [GitHub](https://github.com/Coloryr/ForgeWrapper) |
170-
| Live2DCSharpSDK | Live2d渲染框架 | [GitHub](https://github.com/coloryr/Live2DCSharpSDK) |
169+
| ForgeWrapper | Forge启动器 | [GitHub](https://github.com/Coloryr/ForgeWrapper) | |
171170
| OptifineWrapper | Optifine启动器 | [GitHub](https://github.com/coloryr/OptifineWrapper) |
172171
| ColorMCASM | 用于ColorMC与游戏内通信 | [GitHub](https://github.com/Coloryr/ColorMCASM) |
173172
| K4os.Compression.LZ4 | LZ4解压缩 | [GitHub](https://github.com/MiloszKrajewski/K4os.Compression.LZ4) |

README_EN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ The main solution file is `./src/ColorMC.sln`.
168168
| Newtonsoft.Json | JSON framework for .NET | [GitHub](https://github.com/JamesNK/Newtonsoft.Json) |
169169
| SharpZipLib | Zip Tool | [GitHub](https://github.com/icsharpcode/SharpZipLib) |
170170
| Tomlyn | TOML parser | [GitHub](https://github.com/xoofx/Tomlyn) |
171-
| ForgeWrapper | Forge Launcher for Minecraft | [GitHub](https://github.com/Coloryr/ForgeWrapper) |
172-
| Live2DCSharpSDK | Live2d Render | [GitHub](https://github.com/coloryr/Live2DCSharpSDK) |
171+
| ForgeWrapper | Forge Launcher for Minecraft | [GitHub](https://github.com/Coloryr/ForgeWrapper) | |
173172
| OptifineWrapper | Optifine Launcher for Minecraft | [GitHub](https://github.com/coloryr/OptifineWrapper) |
174173
| ColorMCASM | ColorMC with game channel | [GitHub](https://github.com/Coloryr/ColorMCASM) |
175174
| K4os.Compression.LZ4 | LZ4/LH4HC compression | [GitHub](https://github.com/MiloszKrajewski/K4os.Compression.LZ4) |

build/build-macos.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ build_osx()
4343

4444
files=("ColorMC.Gui.pdb" "ColorMC.Core.pdb" "ColorMC.Launcher" "ColorMC.Launcher.pdb"
4545
"libAvaloniaNative.dylib" "libHarfBuzzSharp.dylib" "libSkiaSharp.dylib"
46-
"libSDL2-2.0.dylib" "Live2DCSharpSDK.App.pdb" "Live2DCSharpSDK.Framework.pdb"
47-
"Live2DCSharpSDK.OpenGL.pdb" "MinecraftSkinRender.OpenGL.pdb" "MinecraftSkinRender.pdb")
46+
"libSDL2-2.0.dylib" "MinecraftSkinRender.OpenGL.pdb" "MinecraftSkinRender.pdb")
4847

4948
cp -r ./build/info/osx/* $base_dir
5049

build/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
36
1+
38

log.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@
99
- 调整代码
1010

1111
## 已知问题
12+
- 游戏日志会乱序
1213

1314
## 已完成 Done
15+
### 2025.7.2
16+
- 删除Live2d显示
17+
1418
### 2025.5.10
1519
- 使用dotnet的json与zip库
1620

src/ColorMC.Core/ColorMC.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929

3030
<ItemGroup>
3131
<PackageReference Include="HtmlAgilityPack" Version="1.12.1" />
32-
<PackageReference Include="Jint" Version="4.2.2" />
32+
<PackageReference Include="Jint" Version="4.3.0" />
3333
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.8" />
3434
<PackageReference Include="Tomlyn" Version="0.19.0" />
35-
<PackageReference Include="Ae.Dns.Client" Version="3.0.0" />
36-
<PackageReference Include="Ae.Dns.Protocol" Version="3.0.0" />
35+
<PackageReference Include="Ae.Dns.Client" Version="3.1.0" />
36+
<PackageReference Include="Ae.Dns.Protocol" Version="3.1.0" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

src/ColorMC.Core/CoreMain.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ namespace ColorMC.Core;
1313

1414
public static class ColorMCCore
1515
{
16-
public const int VersionNum = 37;
17-
public const string TopVersion = "A37";
18-
public const string DateVersion = "20250609";
16+
public const int VersionNum = 38;
17+
public const string TopVersion = "A38";
18+
public const string DateVersion = "20250702";
1919

2020
/// <summary>
2121
/// 版本号

0 commit comments

Comments
 (0)