Skip to content

Commit afb6a2d

Browse files
committed
feat(version): 2.0.2
1 parent 1fd1e4e commit afb6a2d

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

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

10+
### V 2.0.2 - 06/02/2025
11+
[.] Raylib-cs : 7.0.1<br/>
12+
[.] ImGui.NET : 1.91.6.1
13+
1014
### V 2.0.1 - 11/01/2025
1115
[#] ControlComponent : Fix using ClassicJump Control Type
1216

SharpEngine.Core/Manager/DebugManager.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ public static class DebugManager
3131
/// </summary>
3232
public static Dictionary<string, string> Versions { get; } = new()
3333
{
34-
{ "Raylib-cs", "6.1.1" },
35-
{ "ImGui.NET", "1.91.0.1" },
36-
{ "SharpEngine.Core", "2.0.1" }
34+
{ "Raylib-cs", "7.0.1" },
35+
{ "ImGui.NET", "1.91.6.1" },
36+
{ "SharpEngine.Core", "2.0.2" }
3737
};
3838

3939
/// <summary>

SharpEngine.Core/SharpEngine.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<PackageProjectUrl>https://github.com/SharpEngine/SharpEngine.Core</PackageProjectUrl>
12-
<PackageVersion>2.0.1</PackageVersion>
12+
<PackageVersion>2.0.2</PackageVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<EnablePackageValisation>true</EnablePackageValisation>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup />
4+
</Project>

0 commit comments

Comments
 (0)