Skip to content

Commit 085d3c7

Browse files
committed
feat(version): 2.3.0
1 parent eb063f0 commit 085d3c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SharpEngine.Core/Manager/DebugManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static class DebugManager
3333
{
3434
{ "Raylib-cs", "7.0.2" },
3535
{ "ImGui.NET", "1.91.6.1" },
36-
{ "SharpEngine.Core", "2.2.4" }
36+
{ "SharpEngine.Core", "2.3.0" }
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.2.4</PackageVersion>
12+
<PackageVersion>2.3.0</PackageVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)