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

Commit 289fcfa

Browse files
author
Alexis Huvier
committed
v1.9.2
1 parent fcfa26a commit 289fcfa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
[#] Bug Fixes<br>
88
[.] Others
99

10+
### V 1.9.2 - 11/08/2023
11+
[+] Window : consoleLog and fileLog parameters
12+
1013
### V 1.9.1 - 11/08/2023
1114
[#] SQLiteDataTable : Fix null values
1215

SharpEngine/Manager/DebugManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static class DebugManager
2727
/// <summary>
2828
/// SharpEngine Version
2929
/// </summary>
30-
public const string SeVersion = "1.9.1";
30+
public const string SeVersion = "1.9.2";
3131

3232
/// <summary>
3333
/// Create ImGui Window for SharpEngine

SharpEngine/SharpEngine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<PackageProjectUrl>https://alexishuvier.github.io/SharpEngine/</PackageProjectUrl>
14-
<PackageVersion>1.9.1</PackageVersion>
14+
<PackageVersion>1.9.2</PackageVersion>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)