Skip to content

Commit fbcb6a3

Browse files
author
Alexis Huvier
committed
v1.2.2
1 parent a28602d commit fbcb6a3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

10+
### V 1.2.2 - 23/12/2023
11+
[\~] PhysicsComponent : AddRectangleCollision and AddCircleCollision return component<br/>
12+
[#] PhysicsComponent : GetPosition returns wrong position
13+
1014
### V 1.2.1 - 10/12/2023
1115
[+] PhysicsSystem : CreateBody, GetEntityFromBody
1216

@@ -16,7 +20,7 @@
1620

1721
### V 1.1.0 - 21/11/2023
1822
[.] Update Aether.Physics2D to 2.0.0<br/>
19-
[.] Update SharpEngine.Core to 1.6.0
23+
[.] Update SharpEngine.Core to 1.6.0<br/>
2024
[.] Net 8
2125

2226
### V 1.0.2 - 14/08/2023

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.2.1");
32+
DebugManager.Versions.Add("SharpEngine.AetherPhysics", "1.2.2");
3333
}
3434
}

SharpEngine.AetherPhysics/SharpEngine.AetherPhysics.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.Aether</PackageProjectUrl>
12-
<PackageVersion>1.2.1</PackageVersion>
12+
<PackageVersion>1.2.2</PackageVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)