Skip to content

Commit a3a5e41

Browse files
author
Alexis Huvier
committed
v1.1.3
1 parent 29d93f4 commit a3a5e41

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
[#] Bug Fixes<br>
88
[.] Others
99

10+
### V 1.1.3 - 14/08/2023
11+
[#] JsonSave : Fix casting
12+
[#] BinarySave : Fix casting
13+
1014
### V 1.1.2 - 14/08/2023
1115
[+] DebugManager : Versions<br>
1216
[\~] ControlComponent : Allow Moving and Direction modification by children<br>

SharpEngine.Core/Manager/DebugManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static class DebugManager
3232
{
3333
{ "Raylib-cs", "4.5.0.4" },
3434
{ "ImGui.NET", "1.89.7.1" },
35-
{ "SharpEngine.Core", "1.1.2" }
35+
{ "SharpEngine.Core", "1.1.3" }
3636
};
3737

3838
/// <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.1.2</PackageVersion>
13+
<PackageVersion>1.1.3</PackageVersion>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)