Skip to content

Commit e2ba27c

Browse files
committed
feat(version): 1.9.2
1 parent 4f6226e commit e2ba27c

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.9.2 - 24/11/2024
11+
[+] SpriteComponent : TintColor<br/>
12+
[+] Rect : Intersect
13+
1014
### V 1.9.1 - 21/11/2024
1115
[+] DebugManager : AddConsoleCommand<br/>
1216
[#] Fix versions in DebugManager

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", "6.1.1" },
3535
{ "ImGui.NET", "1.91.0.1" },
36-
{ "SharpEngine.Core", "1.9.1" }
36+
{ "SharpEngine.Core", "1.9.2" }
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>1.9.1</PackageVersion>
12+
<PackageVersion>1.9.2</PackageVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)