1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

C#: Bump Godot.NET.Sdk version to 3.2.4

This commit is contained in:
Ignacio Etcheverry
2020-12-06 01:00:18 +01:00
parent cd339ff002
commit a07589e2ad
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ namespace GodotTools.ProjectEditor
{
public static class ProjectGenerator
{
public const string GodotSdkVersionToUse = "3.2.3";
public const string GodotSdkVersionToUse = "3.2.4";
public const string GodotSdkNameToUse = "Godot.NET.Sdk";
public static ProjectRootElement GenGameProject(string name)