Skip to content

Commit

Permalink
up 升级运行库
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Mar 7, 2024
1 parent f6f5bc9 commit 8dfe463
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ColorMC.Core/CoreMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace ColorMC.Core;
public static class ColorMCCore
{
public const string TopVersion = "A25";
public const string DateVersion = "20240304";
public const string DateVersion = "20240307";

public const string Version = $"{TopVersion}.{DateVersion}";

Expand Down
1 change: 1 addition & 0 deletions src/ColorMC.Core/Helpers/UrlHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public static class UrlHelper
public const string Minecraft = "https://www.minecraft.net/";
public const string MinecraftLib = "https://libraries.minecraft.net/";
public const string MinecraftResources = "https://resources.download.minecraft.net/";

public static readonly string[] Mojang =
[
"https://launchermeta.mojang.com/",
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<AvaloniaVersion>11.0.9</AvaloniaVersion>
<AvaloniaVersion>11.0.10</AvaloniaVersion>
</PropertyGroup>
</Project>

0 comments on commit 8dfe463

Please sign in to comment.