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

Commit 1c54e40

Browse files
author
Alexis Huvier
committed
v1.9.0
1 parent 1bf5d40 commit 1c54e40

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

10+
### V 1.9.0 - 11/08/2023
11+
[+] Slider
12+
[+] ProgressBar
13+
[\~] SERender : ZLayer is now float
14+
[#] Widgets : Fix ZLayer problems
15+
1016
### V 1.8.0 - 11/08/2023
1117
[+] DataTableManager
1218
[+] IDataTable

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.8.0";
30+
public const string SeVersion = "1.9.0";
3131

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

SharpEngine/SharpEngine.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<TargetFramework>net7.0</TargetFramework>
55
<Version>1.6.1</Version>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7-
<Description>Little 2D game engine built on Monogame</Description>
7+
<Description>Little 2D game engine built on RayLib</Description>
88
<PackageProjectUrl />
99
<Authors>LavaPower</Authors>
1010
<Company>LavaPower</Company>
1111
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
13-
<PackageProjectUrl>https://github.com/AlexisHuvier/SharpEngine</PackageProjectUrl>
14-
<PackageVersion>1.8.0</PackageVersion>
13+
<PackageProjectUrl>https://alexishuvier.github.io/SharpEngine/</PackageProjectUrl>
14+
<PackageVersion>1.9.0</PackageVersion>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)