Skip to content

Commit

Permalink
feat(version): 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisHuvier committed Dec 23, 2024
1 parent ad0d24b commit 92c0cb0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
[#] Bug Fixes<br>
[.] Others

### V 1.9.3 - 23/12/2024
[+] SpriteSheetComponent : AnimationEnded<br>
[\~] SpriteSheetComponent : currentAnim, internalTimer, currentImage are protected

### V 1.9.2 - 24/11/2024
[+] SpriteComponent : TintColor<br/>
[+] Rect : Intersect
Expand All @@ -16,8 +20,8 @@
[#] Fix versions in DebugManager

### V 1.9.0 - 08/11/2024
[+] Manage resizing window
[.] Raylib-cs : 6.1.1
[+] Manage resizing window<br/>
[.] Raylib-cs : 6.1.1<br/>
[.] ImGui.NET : 1.91.0.1

### V 1.8.7 - 16/04/2024
Expand Down
2 changes: 1 addition & 1 deletion SharpEngine.Core/Manager/DebugManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static class DebugManager
{
{ "Raylib-cs", "6.1.1" },
{ "ImGui.NET", "1.91.0.1" },

Check warning on line 35 in SharpEngine.Core/Manager/DebugManager.cs

View workflow job for this annotation

GitHub Actions / Build and analyze

Make sure using this hardcoded IP address '1.91.0.1' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)

Check warning on line 35 in SharpEngine.Core/Manager/DebugManager.cs

View workflow job for this annotation

GitHub Actions / Build and analyze

Make sure using this hardcoded IP address '1.91.0.1' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
{ "SharpEngine.Core", "1.9.2" }
{ "SharpEngine.Core", "1.9.3" }
};

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion SharpEngine.Core/SharpEngine.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/SharpEngine/SharpEngine.Core</PackageProjectUrl>
<PackageVersion>1.9.2</PackageVersion>
<PackageVersion>1.9.3</PackageVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnablePackageValisation>true</EnablePackageValisation>
Expand Down

0 comments on commit 92c0cb0

Please sign in to comment.