File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 />
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments