diff --git a/ProjBobcat/ProjBobcat/ProjBobcat.csproj b/ProjBobcat/ProjBobcat/ProjBobcat.csproj
index 89dee0f3..2d74b7d1 100644
--- a/ProjBobcat/ProjBobcat/ProjBobcat.csproj
+++ b/ProjBobcat/ProjBobcat/ProjBobcat.csproj
@@ -45,21 +45,21 @@
true
Bobcat.png
https://github.com/Corona-Studio/ProjBobcat
- 1.23.1
+ 1.26.0
Corona Studio
Corona Studio
ProjBobcat
The next-generation Minecraft launcher core written in C# providing the freest, fastest and the most complete experience.
- Copyright © 2022 Corona Studio
+ Copyright © 2023 Corona Studio
Bobcat.png
https://github.com/Corona-Studio/ProjBobcat
git
minecraft-launcher minecraft launcher csharp
- add GameResourcesResolveHelper for resource resolve
-fix FabricInstaller bug
-fix OptifineInstaller bug
-more bug fix
-performance optimization
+ add support for NativeAOT
+JSON performance improvements
+minor bug fix
+remove unused packages
+change HttpClientHelper usage
diff --git a/README.md b/README.md
index 09626454..d7d08416 100644
--- a/README.md
+++ b/README.md
@@ -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 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#
diff --git a/README_zh_cn.md b/README_zh_cn.md
index 23e772ae..206ca5f9 100644
--- a/README_zh_cn.md
+++ b/README_zh_cn.md
@@ -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的默认连接数限制,您需要手动覆盖掉默认的连接数才能保证 中的部分方法正常执行,您可以在App.xaml.cs或程序入口点添加下面的代码来完成修改(最大值不宜超过1024)
```c#