Skip to content

Commit 14ca0d9

Browse files
author
Alexis Huvier
committed
v1.2.0
1 parent c3b79db commit 14ca0d9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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 1.2.0 - 27/11/2023
11+
[.] SharpEngine.Core : 1.7.2<br/>
12+
[.] Refactor with SonarCloud
13+
1014
### V 1.1.0 - 21/11/2023
1115
[.] Update Aether.Physics2D to 2.0.0<br/>
1216
[.] Update SharpEngine.Core to 1.6.0

SharpEngine.AetherPhysics/SEAetherPhysics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public static class SEAetherPhysics
2929
public static void AddVersions()
3030
{
3131
DebugManager.Versions.Add("Aether.Physics2D", "2.0.0");
32-
DebugManager.Versions.Add("SharpEngine.AetherPhysics", "1.1.0");
32+
DebugManager.Versions.Add("SharpEngine.AetherPhysics", "1.2.0");
3333
}
3434
}

SharpEngine.AetherPhysics/SharpEngine.AetherPhysics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<Company>LavaPower</Company>
99
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11-
<PackageVersion>1.1.0</PackageVersion>
1211
<PackageProjectUrl>https://github.com/SharpEngine/SharpEngine.Aether</PackageProjectUrl>
12+
<PackageVersion>1.2.0</PackageVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)