From 9cc3a36caa27f47e71c5cb091c9bae4e911d55cc Mon Sep 17 00:00:00 2001 From: Alexis Huvier Date: Thu, 21 Nov 2024 22:30:55 +0100 Subject: [PATCH] feat(version): 1.9.1 --- CHANGELOG.md | 6 +++++- SharpEngine.Core/SharpEngine.Core.csproj | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb3de2..bc6333c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ [#] Bug Fixes
[.] Others +### V 1.9.1 - 21/11/2024 +[+] DebugManager : AddConsoleCommand
+[#] Fix versions in DebugManager + ### V 1.9.0 - 08/11/2024 -[+] Meilleure gestion du redimensionnement +[+] Manage resizing window [.] Raylib-cs : 6.1.1 [.] ImGui.NET : 1.91.0.1 diff --git a/SharpEngine.Core/SharpEngine.Core.csproj b/SharpEngine.Core/SharpEngine.Core.csproj index db57a3a..b388593 100644 --- a/SharpEngine.Core/SharpEngine.Core.csproj +++ b/SharpEngine.Core/SharpEngine.Core.csproj @@ -9,7 +9,7 @@ Copyright (c) LavaPower 2021-2023 MIT https://github.com/SharpEngine/SharpEngine.Core - 1.9.0 + 1.9.1 true README.md true