Skip to content

Commit

Permalink
feat(version): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisHuvier committed Jan 11, 2025
1 parent 667ef9a commit cc05791
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 2.0.1 - 11/01/2025
[#] ControlComponent : Fix using ClassicJump Control Type

### V 2.0.0 - 25/12/2024
[+] Entity : Children, AddChild, RemoveChild, Parent<br>
[+] TransformComponent : LocalPosition, LocalRotation, LocalScale, LocalZLayer<br>
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)
{ "SharpEngine.Core", "2.0.0" }
{ "SharpEngine.Core", "2.0.1" }
};

/// <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>2.0.0</PackageVersion>
<PackageVersion>2.0.1</PackageVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnablePackageValisation>true</EnablePackageValisation>
Expand Down

0 comments on commit cc05791

Please sign in to comment.