From 8f30b44c08268974f4e95ee115ba0ae5ef789c33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=AC=E6=A8=B1=E7=BE=BD=E8=A1=AB?=
<154678362+BenYing0721@users.noreply.github.com>
Date: Sun, 21 Jun 2026 15:26:59 +0800
Subject: [PATCH 01/11] Update .NET version in README_ZH.md
Updated .NET version from 6.0 to 10.0 in README_ZH.md.
---
README_ZH.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README_ZH.md b/README_ZH.md
index 8577d7cd..e0e1b356 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,4 +1,4 @@
-
+

中文 | [English](https://github.com/MCSLTeam/MCServerLauncher-Future/tree/master#readme)
此仓库仅包含 **守护进程** 和 **WPF桌面启动器** 的源码。若想了解更多关于 **网页面板** 和 **Tauri 启动器** 的信息,请点击[这里](https://github.com/MCSLTeam/MCServerLauncher-Future-Web)。
@@ -22,7 +22,7 @@ MCServerLauncher Future 是新一代的服务器管理软件,提供直观的
## 组件
-[.NET 守护进程](https://github.com/MCSLTeam/MCServerLauncher-Future/tree/master/MCServerLauncher.Daemon):使用 .NET 6.0 C# 构建的核心服务,提供强大的性能和灵活性。
+[.NET 守护进程](https://github.com/MCSLTeam/MCServerLauncher-Future/tree/master/MCServerLauncher.Daemon):使用 .NET 10.0 C# 构建的核心服务,提供强大的性能和灵活性。
[Rust 守护进程](https://github.com/MCSLTeam/mcsl-daemon-rs/): (实验性) 采用新一代技术构建,使用 Rust 编写。
@@ -34,8 +34,8 @@ MCServerLauncher Future 是新一代的服务器管理软件,提供直观的
## 系统需求
-守护进程:需要 [.NET 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
-WPF桌面启动器:需要 [.NET Framework 4.6.2+](http://go.microsoft.com/fwlink/?linkid=780600)
+守护进程:需要 [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
+WPF桌面启动器:需要 [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
## 贡献
From 681acfc5d3ffc7a5d2adbfe8a9d989af858d564a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=AC=E6=A8=B1=E7=BE=BD=E8=A1=AB?=
<154678362+BenYing0721@users.noreply.github.com>
Date: Sun, 21 Jun 2026 15:31:36 +0800
Subject: [PATCH 02/11] Fix image tag formatting in README_ZH.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
草
---
README_ZH.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README_ZH.md b/README_ZH.md
index e0e1b356..6e49e0b2 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,4 +1,4 @@
-

+
中文 | [English](https://github.com/MCSLTeam/MCServerLauncher-Future/tree/master#readme)
此仓库仅包含 **守护进程** 和 **WPF桌面启动器** 的源码。若想了解更多关于 **网页面板** 和 **Tauri 启动器** 的信息,请点击[这里](https://github.com/MCSLTeam/MCServerLauncher-Future-Web)。
From 5da225078727ef3b01062af66fe6b5a8bfec80a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=AC=E6=A8=B1=E7=BE=BD=E8=A1=AB?=
<154678362+BenYing0721@users.noreply.github.com>
Date: Sun, 21 Jun 2026 15:50:43 +0800
Subject: [PATCH 03/11] Update README_ZH.md
---
README_ZH.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README_ZH.md b/README_ZH.md
index 6e49e0b2..af31c425 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -34,8 +34,8 @@ MCServerLauncher Future 是新一代的服务器管理软件,提供直观的
## 系统需求
-守护进程:需要 [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
-WPF桌面启动器:需要 [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
+守护进程:需要 [.NET 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
+WPF桌面启动器:需要 [.NET 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-10.0.9-windows-x64-installer)
## 贡献
From 65ac9593760fac37c0d322ca38784b0d614a2ac5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=AC=E6=A8=B1=E7=BE=BD=E8=A1=AB?=
<154678362+BenYing0721@users.noreply.github.com>
Date: Sun, 21 Jun 2026 15:54:17 +0800
Subject: [PATCH 04/11] Fix formatting in README_ZH.md for system requirements
---
README_ZH.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README_ZH.md b/README_ZH.md
index af31c425..43859c6b 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -34,8 +34,7 @@ MCServerLauncher Future 是新一代的服务器管理软件,提供直观的
## 系统需求
-守护进程:需要 [.NET 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
-WPF桌面启动器:需要 [.NET 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-10.0.9-windows-x64-installer)
+需要 [.NET 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
## 贡献
From 9616a36adefac06545a0120b20f27d7efb4270c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=AC=E6=A8=B1=E7=BE=BD=E8=A1=AB?=
<154678362+BenYing0721@users.noreply.github.com>
Date: Sun, 21 Jun 2026 16:08:27 +0800
Subject: [PATCH 05/11] Update .NET requirements in README
Clarified .NET requirements for Daemon and WPF Launcher.
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0c3d18de..1032a6c4 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,8 @@ non-Windows users.
## System Requirements
-Requires [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
-
+Daemon Requires [.NET Runtime 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
+WPF Launcher Requires [.NET Desktop Runtime 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
## Contribute
We are actively working on internationalization through Weblate. If you have expertise in this area, please visit to contribute your efforts.
From 57275bc27730a60bb6051c797fd9607a7fd12305 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=AC=E6=A8=B1=E7=BE=BD=E8=A1=AB?=
<154678362+BenYing0721@users.noreply.github.com>
Date: Sun, 21 Jun 2026 16:18:32 +0800
Subject: [PATCH 06/11] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1032a6c4..38804532 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
English | [中文](https://github.com/MCSLTeam/MCServerLauncher-Future/blob/master/README_ZH.md)
This repository only includes sources of the Daemon and the WPF Desktop Launcher. If you want to know more about the web
-frontend, just click [here](https://github.com/MCSLTeam/MCServerLauncher-Future-Web).
+frontend or Tauri launcher, just click [here](https://github.com/MCSLTeam/MCServerLauncher-Future-Web).
[](LICENSE)

From e7613d88b7fbf12eccab14b0de5c9d8d93e018ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=AC=E6=A8=B1=E7=BE=BD=E8=A1=AB?=
<154678362+BenYing0721@users.noreply.github.com>
Date: Sun, 21 Jun 2026 16:23:05 +0800
Subject: [PATCH 07/11] Update .NET requirements in README_ZH.md
Clarified .NET requirements for daemon and WPF desktop launcher.
---
README_ZH.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README_ZH.md b/README_ZH.md
index 43859c6b..878994d4 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -34,7 +34,8 @@ MCServerLauncher Future 是新一代的服务器管理软件,提供直观的
## 系统需求
-需要 [.NET 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
+守护进程:需要 [.NET Runtime 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
+WPF桌面启动器:需要 [.NET Desktop Runtime 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
## 贡献
From 93dd68f571285704a56adb025b5670bae60bac62 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=AC=E6=A8=B1=E7=BE=BD=E8=A1=AB?=
<154678362+BenYing0721@users.noreply.github.com>
Date: Sun, 21 Jun 2026 16:25:27 +0800
Subject: [PATCH 08/11] Update .NET runtime descriptions in README_ZH.md
---
README_ZH.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README_ZH.md b/README_ZH.md
index 878994d4..ebb4175a 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -34,8 +34,9 @@ MCServerLauncher Future 是新一代的服务器管理软件,提供直观的
## 系统需求
-守护进程:需要 [.NET Runtime 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
-WPF桌面启动器:需要 [.NET Desktop Runtime 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
+守护进程:需要 [.NET 运行时 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
+
+WPF桌面启动器:需要 [.NET 桌面运行时 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
## 贡献
From c6277e3833b139980a26cdb3b5244d7072ee02f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=AC=E6=A8=B1=E7=BE=BD=E8=A1=AB?=
<154678362+BenYing0721@users.noreply.github.com>
Date: Sun, 21 Jun 2026 16:29:05 +0800
Subject: [PATCH 09/11] Update .NET version in README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 38804532..56770ae8 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ of [MCServerLauncher 2](https://github.com/MCSLTeam/MCSL2), offering enhanced co
## Components
[.NET Daemon](https://github.com/MCSLTeam/MCServerLauncher-Future/tree/master/MCServerLauncher.Daemon): The core service
-built with .NET C#, delivering robust performance and flexibility.
+built with .NET 10 C#, delivering robust performance and flexibility.
[Rust Daemon](https://github.com/MCSLTeam/mcsl-daemon-rs/): The core service
built with Rust, experimental!
From 9ed96e2ce16f52133c2e5eee55562014b086bb33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=AC=E6=A8=B1=E7=BE=BD=E8=A1=AB?=
<154678362+BenYing0721@users.noreply.github.com>
Date: Sun, 21 Jun 2026 16:29:36 +0800
Subject: [PATCH 10/11] Fix README formatting and clarify .NET version
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 56770ae8..202e17ac 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ of [MCServerLauncher 2](https://github.com/MCSLTeam/MCSL2), offering enhanced co
## Components
[.NET Daemon](https://github.com/MCSLTeam/MCServerLauncher-Future/tree/master/MCServerLauncher.Daemon): The core service
-built with .NET 10 C#, delivering robust performance and flexibility.
+built with .NET C#, delivering robust performance and flexibility.
[Rust Daemon](https://github.com/MCSLTeam/mcsl-daemon-rs/): The core service
built with Rust, experimental!
@@ -44,6 +44,7 @@ non-Windows users.
Daemon Requires [.NET Runtime 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
WPF Launcher Requires [.NET Desktop Runtime 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
+
## Contribute
We are actively working on internationalization through Weblate. If you have expertise in this area, please visit to contribute your efforts.
From 14e6792898cca47cb49897fb5136cad35c1cc9d5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=AC=E6=A8=B1=E7=BE=BD=E8=A1=AB?=
<154678362+BenYing0721@users.noreply.github.com>
Date: Sun, 21 Jun 2026 16:30:17 +0800
Subject: [PATCH 11/11] Update README_ZH.md for .NET version clarification
---
README_ZH.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README_ZH.md b/README_ZH.md
index ebb4175a..4e6a9729 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -22,7 +22,7 @@ MCServerLauncher Future 是新一代的服务器管理软件,提供直观的
## 组件
-[.NET 守护进程](https://github.com/MCSLTeam/MCServerLauncher-Future/tree/master/MCServerLauncher.Daemon):使用 .NET 10.0 C# 构建的核心服务,提供强大的性能和灵活性。
+[.NET 守护进程](https://github.com/MCSLTeam/MCServerLauncher-Future/tree/master/MCServerLauncher.Daemon):使用 .NET C# 构建的核心服务,提供强大的性能和灵活性。
[Rust 守护进程](https://github.com/MCSLTeam/mcsl-daemon-rs/): (实验性) 采用新一代技术构建,使用 Rust 编写。