diff --git a/README.md b/README.md index 0c3d18de..202e17ac 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). [![GPLv3](https://img.shields.io/badge/License-GPLv3-blue?color=#4ec820)](LICENSE) ![Platform Windows | macOS | Linux](https://img.shields.io/badge/Platform-Windows%20|%20Linux%20|%20macOS-blue?color=#4ec820) @@ -42,7 +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 diff --git a/README_ZH.md b/README_ZH.md index 8577d7cd..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 6.0 C# 构建的核心服务,提供强大的性能和灵活性。 +[.NET 守护进程](https://github.com/MCSLTeam/MCServerLauncher-Future/tree/master/MCServerLauncher.Daemon):使用 .NET C# 构建的核心服务,提供强大的性能和灵活性。 [Rust 守护进程](https://github.com/MCSLTeam/mcsl-daemon-rs/): (实验性) 采用新一代技术构建,使用 Rust 编写。 @@ -34,8 +34,9 @@ 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.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) ## 贡献