Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Apr 2, 2023
1 parent b354c56 commit 285068c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions ProjBobcat/ProjBobcat/ProjBobcat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>Bobcat.png</PackageIcon>
<RepositoryUrl>https://github.com/Corona-Studio/ProjBobcat</RepositoryUrl>
<Version>1.23.1</Version>
<Version>1.26.0</Version>
<Authors>Corona Studio</Authors>
<Company>Corona Studio</Company>
<Product>ProjBobcat</Product>
<Description>The next-generation Minecraft launcher core written in C# providing the freest, fastest and the most complete experience.</Description>
<Copyright>Copyright © 2022 Corona Studio</Copyright>
<Copyright>Copyright © 2023 Corona Studio</Copyright>
<PackageIcon>Bobcat.png</PackageIcon>
<RepositoryUrl>https://github.com/Corona-Studio/ProjBobcat</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>minecraft-launcher minecraft launcher csharp</PackageTags>
<PackageReleaseNotes>add GameResourcesResolveHelper for resource resolve
fix FabricInstaller bug
fix OptifineInstaller bug
more bug fix
performance optimization
<PackageReleaseNotes>add support for NativeAOT
JSON performance improvements
minor bug fix
remove unused packages
change HttpClientHelper usage
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ All you need for minecraft launcher in typescript. https://voxelum.github.io/min

## Reminder before installation

+ Because Projbobcat uses tons of latest language features and data structures from .NET Core and .NET 5+. As the result, you need to switch you project target to at least **.NET 5 or above** to use this package.
+ Because Projbobcat uses tons of latest language features and data structures from .NET Core and .NET 6+. As the result, you need to switch you project target to at least **.NET 6 or above** to use this package.
+ Due to the limitation of the default number of connections in .NET, you need to manually override the default number of connections to ensure that some methods in <DownloadHelper> are executed normally. You can add the following code in App.xaml.cs or the entry point of the program to complete the modification (The maximum value should not exceed 1024)

```c#
Expand Down
2 changes: 1 addition & 1 deletion README_zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ All you need for minecraft launcher in typescript. https://voxelum.github.io/min
+ 日冕开发组官方审核群:1040526762

## 安装前提醒
+ 由于 Projbobcat 使用了来自 .NET Core 和 .NET 5.0+ 的诸多最新语言特性。如果您想使用本项目,您需要将您的项目框架版本设置为 **.NET 5 或更高版本**
+ 由于 Projbobcat 使用了来自 .NET Core 和 .NET 6.0+ 的诸多最新语言特性。如果您想使用本项目,您需要将您的项目框架版本设置为 **.NET 6 或更高版本**
+ 由于.NET的默认连接数限制,您需要手动覆盖掉默认的连接数才能保证 <DownloadHelper> 中的部分方法正常执行,您可以在App.xaml.cs或程序入口点添加下面的代码来完成修改(最大值不宜超过1024)

```c#
Expand Down

0 comments on commit 285068c

Please sign in to comment.