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

@ -6,8 +6,8 @@
<Authors>Godot Engine contributors</Authors>
<PackageId>Godot.NET.Sdk</PackageId>
<Version>3.2.3</Version>
<PackageVersion>3.2.3</PackageVersion>
<Version>3.2.4</Version>
<PackageVersion>3.2.4</PackageVersion>
<PackageProjectUrl>https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk</PackageProjectUrl>
<PackageType>MSBuildSdk</PackageType>
<PackageTags>MSBuildSdk</PackageTags>

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)