From efdc6db15422f9055dc9b882c8119bb1baa798b9 Mon Sep 17 00:00:00 2001 From: Yudi Date: Mon, 9 Jan 2023 10:16:34 -0300 Subject: [PATCH] Update .NET version --- Install-.NET-Core-runtime.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Install-.NET-Core-runtime.md b/Install-.NET-Core-runtime.md index 7041457..fca036f 100644 --- a/Install-.NET-Core-runtime.md +++ b/Install-.NET-Core-runtime.md @@ -1,4 +1,4 @@ -**.NET v6.0 Runtime** is required by **DiscordChatExporter v2.31 and newer**. +**.NET v7.0 Runtime** is required by **DiscordChatExporter v2.37 and newer**. If you are using GUI flavor of DiscordChatExporter, the runtime will be installed automatically (since v2.27.1). If you are using the CLI from Docker, installing the runtime on the host machine is not needed. @@ -11,24 +11,24 @@ If you are using the CLI from Docker, installing the runtime on the host machine ## Windows and macOS **Download from the direct links:** - * [.NET v6.0 Runtime for **Windows x64**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-6.0.0-windows-x64-installer) - * [.NET v6.0 Runtime for **Windows x86**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-6.0.0-windows-x86-installer) - * [.NET v6.0 Runtime for **Macs with Apple silicon**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-6.0.0-macos-arm64-installer) - * [.NET v6.0 Runtime for **Macs with an Intel processor**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-6.0.0-macos-x64-installer) + * [.NET v7.0 Runtime for **Windows x64**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-7.0.1-windows-x64-installer) + * [.NET v7.0 Runtime for **Windows x86**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-7.0.1-windows-x86-installer) + * [.NET v7.0 Runtime for **Macs with Apple silicon**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-7.0.1-macos-arm64-installer) + * [.NET v7.0 Runtime for **Macs with an Intel processor**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-7.0.1-macos-x64-installer) > 💡 [How can I tell if my computer is running a 32-bit (x86) or a 64-bit (x64) version of Windows?](https://support.microsoft.com/help/15056/windows-32-64-bit-faq) 💡 [Is my Mac using an Intel processor or Apple silicon?](https://support.apple.com/HT211814) **Otherwise:** -[Check out the latest version in this page](https://dotnet.microsoft.com/download/dotnet/6.0). +[Check out the latest version in this page](https://dotnet.microsoft.com/download/dotnet/7.0). Look for the download link in the '**.NET Runtime**' section, under **Installers**: -[![](https://i.imgur.com/t3PB3NC.png)](https://dotnet.microsoft.com/download/dotnet/6.0) +[![](https://i.imgur.com/t3PB3NC.png)](https://dotnet.microsoft.com/download/dotnet/7.0) ## Linux -**You only need to install .NET Core Runtime v6.0** +**You only need to install .NET Core Runtime v7.0** Check out the instructions for your distro: * [Ubuntu](https://docs.microsoft.com/dotnet/core/install/linux-ubuntu#supported-distributions) @@ -56,7 +56,7 @@ If **.NET Core Runtime** is correctly installed, the command will output the fol ... .NET runtimes installed: - Microsoft.NETCore.App 6.0.x [C:\path\to\dotnet\shared\Microsoft.NETCore.App] - Microsoft.WindowsDesktop.App 6.0.x [C:\path\to\dotnet\shared\Microsoft.WindowsDesktop.App] + Microsoft.NETCore.App 7.0.x [C:\path\to\dotnet\shared\Microsoft.NETCore.App] + Microsoft.WindowsDesktop.App 7.0.x [C:\path\to\dotnet\shared\Microsoft.WindowsDesktop.App] ... ``` \ No newline at end of file