From 5f8435a20d30e3d6b9749c854fb34eac23a643bb Mon Sep 17 00:00:00 2001 From: Joanna May Date: Wed, 19 Feb 2025 00:13:14 -0600 Subject: [PATCH] chore: 4.4.0-beta.4 --- Chickensoft.Platform/Chickensoft.Platform.csproj | 2 +- global.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chickensoft.Platform/Chickensoft.Platform.csproj b/Chickensoft.Platform/Chickensoft.Platform.csproj index 500dcdf..274c9df 100644 --- a/Chickensoft.Platform/Chickensoft.Platform.csproj +++ b/Chickensoft.Platform/Chickensoft.Platform.csproj @@ -54,6 +54,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/global.json b/global.json index 255e76f..1a4fc55 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "rollForward": "major" }, "msbuild-sdks": { - "Godot.NET.Sdk": "4.4.0-dev.7" + "Godot.NET.Sdk": "4.4.0-beta.4" } -} \ No newline at end of file +}