Skip to content

Commit 2c86558

Browse files
author
Alexis Huvier
committed
v1.1.0
1 parent 9811891 commit 2c86558

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

10+
### V 1.1.0 - 21/11/2023
11+
[.] Update Aether.Physics2D to 2.0.0<br/>
12+
[.] Update SharpEngine.Core to 1.6.0
13+
[.] Net 8
14+
1015
### V 1.0.2 - 14/08/2023
1116
[+] PhysicsSystem : delay param in RemoveBody
1217

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Aether Package of SharpEngine - C# 2D Game Engine
88

99
## Dependencies
1010

11-
- Net7
11+
- Net8
1212
- SharpEngine.Core
1313
- Aether Physics

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

0 commit comments

Comments
 (0)