From 643c044613cd339041553ae4c2935101daf2d045 Mon Sep 17 00:00:00 2001 From: Haselnussbomber Date: Mon, 19 Jan 2026 08:25:16 +0100 Subject: [PATCH] Drop old Visual Studio version number from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d78f3d..64d39e6 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ SamplePlugin assumes all the following prerequisites are met: ### Building -1. Open up `SamplePlugin.sln` in your C# editor of choice (likely [Visual Studio 2022](https://visualstudio.microsoft.com) or [JetBrains Rider](https://www.jetbrains.com/rider/)). +1. Open up `SamplePlugin.sln` in your C# editor of choice (likely [Visual Studio](https://visualstudio.microsoft.com) or [JetBrains Rider](https://www.jetbrains.com/rider/)). 2. Build the solution. By default, this will build a `Debug` build, but you can switch to `Release` in your IDE. 3. The resulting plugin can be found at `SamplePlugin/bin/x64/Debug/SamplePlugin.dll` (or `Release` if appropriate.)