diff --git a/GodotAddinVS/GodotAddinVS.csproj b/GodotAddinVS/GodotAddinVS.csproj index 565b57f..6ccce17 100644 --- a/GodotAddinVS/GodotAddinVS.csproj +++ b/GodotAddinVS/GodotAddinVS.csproj @@ -75,7 +75,8 @@ - + + compile; build; native; contentfiles; analyzers; buildtransitive @@ -84,7 +85,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + @@ -99,9 +100,6 @@ Menus.ctmenu - - - @@ -121,4 +119,4 @@ - \ No newline at end of file + diff --git a/GodotAddinVS/source.extension.vsixmanifest b/GodotAddinVS/source.extension.vsixmanifest index 84da09d..df91b46 100644 --- a/GodotAddinVS/source.extension.vsixmanifest +++ b/GodotAddinVS/source.extension.vsixmanifest @@ -1,8 +1,8 @@ - - Godot Addin + + Godot Support Support for Godot Engine C# projects, including debugging and extended code completion. LICENSE.txt icon.png @@ -15,13 +15,22 @@ - + + - + + + + diff --git a/README.md b/README.md index 57dcd87..c1e0bf3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Visual Studio extension for the Godot game engine C# projects. ## Requirements -**Godot 3.2.2** or greater. Older versions of Godot are not supported. +- **Godot 3.2.2** or greater. Older versions of Godot are not supported. ## Features