Skip to content

Commit 17774e5

Browse files
author
Alexis Huvier
committed
v1.3.1
1 parent 418db3f commit 17774e5

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Changelog
22

3-
### Légende
3+
### Caption
44
[+] Add<br>
55
[\~] Modification<br>
66
[-] Suppression<br>
77
[#] Bug Fixes<br>
88
[.] Others
99

10+
### V 1.3.1 - 26/08/2023
11+
[+] Scene : delay parameter in AddWidget and AddEntity
12+
1013
### V 1.3.0 - 20/08/2023
1114
[\~] Move some utils to own folder<br>
1215
[-] VecI<br>

SharpEngine.Core/Manager/DebugManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static class DebugManager
3131
{
3232
{ "Raylib-cs", "4.5.0.4" },
3333
{ "ImGui.NET", "1.89.7.1" },
34-
{ "SharpEngine.Core", "1.3.0" }
34+
{ "SharpEngine.Core", "1.3.1" }
3535
};
3636

3737
/// <summary>

SharpEngine.Core/SharpEngine.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<PackageProjectUrl>https://github.com/SharpEngine/SharpEngine.Core</PackageProjectUrl>
13-
<PackageVersion>1.3.0</PackageVersion>
13+
<PackageVersion>1.3.1</PackageVersion>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)