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

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Huvier committed Aug 5, 2023
1 parent 2a14b3c commit 658553b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 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.7.1 - 05/08/2023
[#] BinarySave : Fix cast in GetObjectAs
[#] JsonSave : Fix cast in GetObjectAs

### V 1.7.0 - 05/08/2023
[+] DMRender<br>
[+] Instruction<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 @@ -26,7 +26,7 @@ public static class DebugManager
/// <summary>
/// SharpEngine Version
/// </summary>
public const string SeVersion = "1.7.0";
public const string SeVersion = "1.7.1";

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

0 comments on commit 658553b

Please sign in to comment.