Skip to content

Commit 4afccb6

Browse files
committed
feat(version): 2.5.1
1 parent 28cae77 commit 4afccb6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

10-
### V 2.5.0 - ??/01/2025
10+
### V 2.5.1 - 11/02/2026
11+
[#] CollisionComponent: Transform scale not applied
12+
13+
### V 2.5.0 - 06/01/2026
1114
[\~] LogLevel: Remove log prefix<br/>
1215
[\~] Tween: Tween logs are now debug logs<br/>
1316
[.] Full refactor with Rider

SharpEngine.Core/Manager/DebugManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static class DebugManager
2929
{
3030
{ "Raylib-cs", "7.0.2" },
3131
{ "ImGui.NET", "1.91.6.1" },
32-
{ "SharpEngine.Core", "2.5.0" }
32+
{ "SharpEngine.Core", "2.5.1" }
3333
};
3434

3535
/// <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.5.0</PackageVersion>
12+
<PackageVersion>2.5.1</PackageVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)