Skip to content

Commit

Permalink
v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Huvier committed Jan 21, 2024
1 parent 58efa07 commit 9570261
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
[#] Bug Fixes<br>
[.] Others

### v 1.8.3 - 21/01/2024
[.] Raylib-cs : 6.0.0

### V 1.8.2 - 29/12/2023
[#] Resize Window doesn't resize imgui and camera render

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 @@ -32,7 +32,7 @@ public static class DebugManager
{
{ "Raylib-cs", "6.0.0" },
{ "ImGui.NET", "1.89.9.4" },

Check warning on line 34 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.89.9.4' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)

Check warning on line 34 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.89.9.4' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
{ "SharpEngine.Core", "1.8.2" }
{ "SharpEngine.Core", "1.8.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.8.2</PackageVersion>
<PackageVersion>1.8.3</PackageVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnablePackageValisation>true</EnablePackageValisation>
Expand Down

0 comments on commit 9570261

Please sign in to comment.