Skip to content

Commit 4da2630

Browse files
author
Alexis Huvier
committed
v1.4.1
1 parent 414270c commit 4da2630

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.4.1 - 16/09/2023
11+
[+] SeImGui : ImageRenderTexture, ImageRect<br/>
12+
[\~] Window : Make SeImGui public
13+
1014
### V 1.4.0 - 10/09/2023
1115
[+] ShaderManager<br>
1216
[+] SERender : ShaderMode<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.4.0" }
34+
{ "SharpEngine.Core", "1.4.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.4.0</PackageVersion>
13+
<PackageVersion>1.4.1</PackageVersion>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)