We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7248095 commit 757ebb2Copy full SHA for 757ebb2
2 files changed
CHANGELOG.md
@@ -7,6 +7,9 @@
7
[#] Bug Fixes<br>
8
[.] Others
9
10
+### V 1.8.4 - 22/01/2024
11
+[#] Widgets : Fix activation without displaying
12
+
13
### v 1.8.3 - 21/01/2024
14
[.] Raylib-cs : 6.0.0
15
SharpEngine.Core/SharpEngine.Core.csproj
@@ -9,7 +9,7 @@
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/SharpEngine/SharpEngine.Core</PackageProjectUrl>
- <PackageVersion>1.8.3</PackageVersion>
+ <PackageVersion>1.8.4</PackageVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnablePackageValisation>true</EnablePackageValisation>
0 commit comments