From 9d43573f93b3e4dc7f6e13ada3ed3202d242ef36 Mon Sep 17 00:00:00 2001 From: Alexis Huvier Date: Wed, 16 Aug 2023 14:25:08 +0200 Subject: [PATCH] v1.2.2 --- CHANGELOG.md | 3 +++ SharpEngine.Core/Manager/DebugManager.cs | 2 +- SharpEngine.Core/SharpEngine.Core.csproj | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d1bf9..283c360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ [#] Bug Fixes
[.] Others +### V 1.2.2 - 16/08/2023 +[#] CollisionComponent : CanGo doesn't calculate all collisions + ### V 1.2.1 - 16/08/2023 [\~] ControlComponent : Slide to collisions diff --git a/SharpEngine.Core/Manager/DebugManager.cs b/SharpEngine.Core/Manager/DebugManager.cs index 1f8fd08..e9e3fa0 100644 --- a/SharpEngine.Core/Manager/DebugManager.cs +++ b/SharpEngine.Core/Manager/DebugManager.cs @@ -32,7 +32,7 @@ public static class DebugManager { { "Raylib-cs", "4.5.0.4" }, { "ImGui.NET", "1.89.7.1" }, - { "SharpEngine.Core", "1.2.1" } + { "SharpEngine.Core", "1.2.2" } }; /// diff --git a/SharpEngine.Core/SharpEngine.Core.csproj b/SharpEngine.Core/SharpEngine.Core.csproj index 5ce8095..a50823a 100644 --- a/SharpEngine.Core/SharpEngine.Core.csproj +++ b/SharpEngine.Core/SharpEngine.Core.csproj @@ -10,7 +10,7 @@ Copyright (c) LavaPower 2021-2023 MIT https://github.com/SharpEngine/SharpEngine.Core - 1.2.1 + 1.2.2 true README.md true