Skip to content

Commit 8f4716e

Browse files
committed
nuget package 2.1.1 release preparation.
1 parent 5ad2ae2 commit 8f4716e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ShapeEngine/ShapeEngine.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Title>Shape Engine</Title>
1111
<Authors>Dave Green</Authors>
1212
<RepositoryUrl>https://github.com/DaveGreen-Games/ShapeEngine</RepositoryUrl>
13-
<Version>2.1.0</Version>
13+
<Version>2.1.1</Version>
1414
<Description>My custom made 2d game engine based on the great Raylib Framework. Main focus is being performant and only using draw functions instead of textures. Custom input, audio, savegame, collision, shape, pathfinding, ui, camera, color palette, polygon fracturing, and text system are available with a few other nice things!</Description>
1515
<PackageProjectUrl>https://davegreengames.itch.io/shape-engine</PackageProjectUrl>
1616
<PackageIcon>shapeengine-nuget-icon-128px.png</PackageIcon>
@@ -25,6 +25,9 @@
2525
<Copyright>Copyright (c) David Grueneis 2024</Copyright>
2626
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2727
<PackageReleaseNotes>
28+
# 2.1.1 Release
29+
- Savegame system path combining fixed.
30+
2831
# 2.1.0 Release
2932
- Implemented CircleSector shape and CircleSectorCollider (useful for detection cones for instance)
3033
- Implemented OutlinePercentage drawing for all shapes

0 commit comments

Comments
 (0)