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 +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments