From 17774e5b59199134392dc75c23b7194471f8baa3 Mon Sep 17 00:00:00 2001 From: Alexis Huvier Date: Sat, 26 Aug 2023 17:24:10 +0200 Subject: [PATCH] v1.3.1 --- CHANGELOG.md | 5 ++++- SharpEngine.Core/Manager/DebugManager.cs | 2 +- SharpEngine.Core/SharpEngine.Core.csproj | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 178cebf..086a831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Changelog -### Légende +### Caption [+] Add
[\~] Modification
[-] Suppression
[#] Bug Fixes
[.] Others +### V 1.3.1 - 26/08/2023 +[+] Scene : delay parameter in AddWidget and AddEntity + ### V 1.3.0 - 20/08/2023 [\~] Move some utils to own folder
[-] VecI
diff --git a/SharpEngine.Core/Manager/DebugManager.cs b/SharpEngine.Core/Manager/DebugManager.cs index 27848ea..ea5cf56 100644 --- a/SharpEngine.Core/Manager/DebugManager.cs +++ b/SharpEngine.Core/Manager/DebugManager.cs @@ -31,7 +31,7 @@ public static class DebugManager { { "Raylib-cs", "4.5.0.4" }, { "ImGui.NET", "1.89.7.1" }, - { "SharpEngine.Core", "1.3.0" } + { "SharpEngine.Core", "1.3.1" } }; /// diff --git a/SharpEngine.Core/SharpEngine.Core.csproj b/SharpEngine.Core/SharpEngine.Core.csproj index c9540cb..b28173e 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.3.0 + 1.3.1 true README.md true