Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

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

### V 1.7.3 - 07/08/2023
[+] Scene : delay parameter in RemoveWidget and RemoveEntity<br>
[+] DMRender : LastInstructionsNumber<br>
[\~] DebugManager : Add LastInstructionsNumber line in SharpEngine ImGui Window

### V 1.7.2 - 07/08/2023
[+] PhysicsComponent : DebugDraw<br>
[+] DMRender : DrawCircleLines<br>
Expand Down
2 changes: 1 addition & 1 deletion SharpEngine/Manager/DebugManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static class DebugManager
/// <summary>
/// SharpEngine Version
/// </summary>
public const string SeVersion = "1.7.2";
public const string SeVersion = "1.7.3";

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

0 comments on commit 206618d

Please sign in to comment.