Skip to content

Commit 71badc2

Browse files
author
Alexis Huvier
committed
v1.7.1
1 parent 0fb3ab3 commit 71badc2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

10+
### V 1.7.1 - 27/11/2023
11+
[#] ControlComponent : Keys inversed between Up and Down
12+
1013
### V 1.7.0 - 25/11/2023
1114
[+] ParticleParameters<br/>
1215
[+] ParticleEmitterParameters<br/>

SharpEngine.Core/Manager/DebugManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static class DebugManager
3232
{
3333
KeyValuePair.Create("Raylib-cs", "5.0.0"),
3434
KeyValuePair.Create("ImGui.NET", "1.90.0.1"),
35-
KeyValuePair.Create("SharpEngine.Core", "1.7.0")
35+
KeyValuePair.Create("SharpEngine.Core", "1.7.1")
3636
});
3737

3838
/// <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>1.7.0</PackageVersion>
12+
<PackageVersion>1.7.1</PackageVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)