From dae6639afe2ef9127b83e09e2002f10ce413f067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 2 Sep 2020 11:49:02 +0200 Subject: [PATCH] README: Mention that only VS 2019 is supported Fixes #4. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1c1a65..3497a3b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Godot C# extension for Visual Studio + Visual Studio extension for the Godot game engine C# projects. ## Requirements - **Godot 3.2.3** or greater. Older versions of Godot are not supported and do not work. +- **Visual Studio 2019**. VS 2017 or earlier are not supported. ## Features