diff --git a/.github/README-de.md b/.github/README-de.md index 447986610..44772a99d 100644 --- a/.github/README-de.md +++ b/.github/README-de.md @@ -28,9 +28,9 @@ PKHeX erwartet entschlüsselte Spielstände. Da diese konsolenspezifisch verschl ## Erstellen -PKHeX ist eine Windows Forms Anwendung, welche die [.NET 7.0](https://dotnet.microsoft.com/download/dotnet/7.0) runtime benötigt. +PKHeX ist eine Windows Forms Anwendung, welche die [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) runtime benötigt. -Die Anwendung kann mit jedem Kompiler erstellt werden, der C# 11 unterstützt. +Die Anwendung kann mit jedem Kompiler erstellt werden, der C# 12 unterstützt. ### Erstell Konfiguration diff --git a/.github/README-es.md b/.github/README-es.md index 0f7fc62b0..2d2fed4a4 100644 --- a/.github/README-es.md +++ b/.github/README-es.md @@ -28,9 +28,9 @@ PKHeX espera archivos de guardado que no estén cifrados con las claves específ ## Building -PKHeX es una aplicación de Windows Forms que requiere [.NET 7.0](https://dotnet.microsoft.com/download/dotnet/7.0). +PKHeX es una aplicación de Windows Forms que requiere [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0). -El archivo ejecutable puede ser construido con cualquier compilador que soporte C# 11. +El archivo ejecutable puede ser construido con cualquier compilador que soporte C# 12. ### Configuraciones del Build diff --git a/.github/README-fr.md b/.github/README-fr.md index 0c83cc9ec..a2116dac2 100644 --- a/.github/README-fr.md +++ b/.github/README-fr.md @@ -4,7 +4,7 @@ PKHeX Éditeur de sauvegarde de la série de base Pokémon, programmé en [C#](https://fr.wikipedia.org/wiki/C_sharp). -Prend en charge les fichiers suivants : +Prend en charge les fichiers suivants: * Enregistrer les fichiers ("main", \*.sav, \*.dsv, \*.dat, \*.gci, \*.bin) * Fichiers de carte mémoire GameCube (\*.raw, \*.bin) contenant des sauvegardes de Pokémon GC. * Fichiers d'entités Pokémon individuels (.pk\*, \*.ck3, \*.xk3, \*.pb7, \*.sk2, \*.bk4, \*.rk4) @@ -27,9 +27,9 @@ PKHeX attend des fichiers de sauvegarde qui ne sont pas chiffrés avec des clés ## Construction -PKHeX est une application Windows Forms qui nécessite [.NET 7.0.](https://dotnet.microsoft.com/download/dotnet/7.0) +PKHeX est une application Windows Forms qui nécessite [.NET 8.0.](https://dotnet.microsoft.com/download/dotnet/8.0) -L'exécutable peut être construit avec n'importe quel compilateur prenant en charge C# 11. +L'exécutable peut être construit avec n'importe quel compilateur prenant en charge C# 12. ### Construire les configurations diff --git a/.github/README-it.md b/.github/README-it.md index d916302dd..f5afbb682 100644 --- a/.github/README-it.md +++ b/.github/README-it.md @@ -4,7 +4,7 @@ PKHeX Editor di Salvataggi Pokémon per la serie principale, programmato in [C#](https://it.wikipedia.org/wiki/C_sharp). -Supporta i seguenti tipi di file: +Supporta i seguenti tipi di file: * File di salvataggio ("main", \*.sav, \*.dsv, \*.dat, \*.gci, \*.bin) * File di Memory Card GameCube (\*.raw, \*.bin) contenenti File di Salvataggio Pokémon. * File di Entità Pokémon individuali (.pk\*, \*.ck3, \*.xk3, \*.pb7, \*.sk2, \*.bk4, \*.rk4) @@ -28,9 +28,9 @@ PKHeX si aspetta file di salvataggio non criptati con le chiavi specifiche della ## Building -PKHeX è un applicazione Windows Form che necessita del [.NET Desktop Runtime 7.0](https://dotnet.microsoft.com/download/dotnet/7.0). +PKHeX è un applicazione Windows Form che necessita del [.NET Desktop Runtime 8.0](https://dotnet.microsoft.com/download/dotnet/8.0). -L'eseguibile può essere compilato con qualsiasi compiler che supporti C# 11. +L'eseguibile può essere compilato con qualsiasi compiler che supporti C# 12. ### Configurazioni di Build diff --git a/.github/README-zh.md b/.github/README-zh.md index d6e1a0be8..2b53325e3 100644 --- a/.github/README-zh.md +++ b/.github/README-zh.md @@ -28,9 +28,9 @@ PKHeX 所读取存档文件必须是未经主机唯一密钥加密,因此请 ## 构建 -PKHeX 是 Windows 窗口应用程序,依赖于 [.NET 7.0](https://dotnet.microsoft.com/download/dotnet/7.0)。 +PKHeX 是 Windows 窗口应用程序,依赖于 [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0)。 -可以使用任何支持 C# 11 的编译器生成可执行文件。 +可以使用任何支持 C# 12 的编译器生成可执行文件。 ### 构建配置 diff --git a/.github/README-zhHK.md b/.github/README-zhHK.md index 5265bc169..b28454351 100644 --- a/.github/README-zhHK.md +++ b/.github/README-zhHK.md @@ -28,9 +28,9 @@ PKHeX 所讀取檔案須未經主機唯一密鑰加密,因而請使用儲存 ## 構建 -PKHeX 係 Windows 窗體應用程式,其須依賴於 [.NET 7.0](https://dotnet.microsoft.com/download/dotnet/7.0)。 +PKHeX 係 Windows 窗體應用程式,其須依賴於 [.NET 7.0](https://dotnet.microsoft.com/download/dotnet/8.0)。 -程式可透過任意支援 C# 11 之編譯器構建。 +程式可透過任意支援 C# 12 之編譯器構建。 ### 構建配置 diff --git a/README.md b/README.md index 56498601d..1b15efd90 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ PKHeX expects save files that are not encrypted with console-specific keys. Use ## Building -PKHeX is a Windows Forms application which requires [.NET 7.0](https://dotnet.microsoft.com/download/dotnet/7.0). +PKHeX is a Windows Forms application which requires [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0). -The executable can be built with any compiler that supports C# 11. +The executable can be built with any compiler that supports C# 12. ### Build Configurations