Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSpring114 committed Aug 31, 2023
1 parent da9d0b1 commit 5067118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MinecraftLaunch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>MinecraftLaunch</Title>
<Version>1.9.6-preview4</Version>
<Version>1.9.6-preview5</Version>
<Authors>Xilu</Authors>
<Company>Blessing Studio</Company>
<Description>下一代全能高效化的 Minecraft 启动核心</Description>
Expand All @@ -23,7 +23,6 @@

<ItemGroup>
<PackageReference Include="Flurl.Http" Version="4.0.0-pre3" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
<PackageReference Include="MinecraftLaunch.NPinyin" Version="1.0.0" />
<PackageReference Include="MinecraftLaunch.PinyinConverter" Version="1.0.0" />
<PackageReference Include="NbtLib" Version="1.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion Modules/Installer/ForgeInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ private GameCoreJsonEntity GetGameCoreJsonEntity(ZipArchive archive, JsonDocumen
}
return null!;
}

private string CombineLibraryName(string name) {
string libraries = Path.Combine(GameCoreLocator.Root.FullName, "libraries");
foreach (string subPath in LibraryResource.FormatName(name.TrimStart('[').TrimEnd(']'))) {
Expand Down

0 comments on commit 5067118

Please sign in to comment.