This repository was archived by the owner on Sep 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 77[ #] Bug Fixes<br >
88[ .] Others
99
10+ ### V 1.7.2 - 07/08/2023
11+ [ +] PhysicsComponent : DebugDraw<br >
12+ [ +] DMRender : DrawCircleLines<br >
13+ [ #] DMRender : DrawRectangleLines must use Rect
14+
1015### V 1.7.1 - 05/08/2023
11- [ #] BinarySave : Fix cast in GetObjectAs
16+ [ #] BinarySave : Fix cast in GetObjectAs< br >
1217[ #] JsonSave : Fix cast in GetObjectAs
1318
1419### V 1.7.0 - 05/08/2023
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public static class DebugManager
2626 /// <summary>
2727 /// SharpEngine Version
2828 /// </summary>
29- public const string SeVersion = "1.7.1 " ;
29+ public const string SeVersion = "1.7.2 " ;
3030
3131 /// <summary>
3232 /// Create ImGui Window for SharpEngine
Original file line number Diff line number Diff line change 1111 <Copyright >Copyright (c) LavaPower 2021-2023</Copyright >
1212 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1313 <PackageProjectUrl >https://github.com/AlexisHuvier/SharpEngine</PackageProjectUrl >
14- <PackageVersion >1.7.1 </PackageVersion >
14+ <PackageVersion >1.7.2 </PackageVersion >
1515 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1616 <PackageReadmeFile >README.md</PackageReadmeFile >
1717 <EnablePackageValisation >true</EnablePackageValisation >
You can’t perform that action at this time.
0 commit comments