Skip to content

Commit 15797d7

Browse files
committed
feat(version): 2.2.1
1 parent 885a865 commit 15797d7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

10+
### V 2.2.1 - 11/05/2025
11+
[+] Window : OpenUrl, SetIcon<br/>
12+
[+] ProgressBar, Slider : Horizontal<br/>
13+
[#] ControlComponent : Error on position pass to collision CanGo<br/>
14+
[#] CollisionComponent : Only one collision by entity is used
15+
1016
### V 2.2.0 - 07/05/2025
1117
[\~] DataTableManager : Get will now get DataTable directly, not an object<br/>
1218
[\~] IDataTable / JsonDataTable : Rework complete with Add, Remove and Get<br/>

SharpEngine.Core/Manager/DebugManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static class DebugManager
3333
{
3434
{ "Raylib-cs", "7.0.1" },
3535
{ "ImGui.NET", "1.91.6.1" },
36-
{ "SharpEngine.Core", "2.2.0" }
36+
{ "SharpEngine.Core", "2.2.1" }
3737
};
3838

3939
/// <summary>

SharpEngine.Core/SharpEngine.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<PackageProjectUrl>https://github.com/SharpEngine/SharpEngine.Core</PackageProjectUrl>
12-
<PackageVersion>2.2.0</PackageVersion>
12+
<PackageVersion>2.2.1</PackageVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)