Skip to content

Commit 40b1f59

Browse files
committed
Version changed to 4.0.2. Nuget Package release notes updated.
1 parent d169bef commit 40b1f59

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

ShapeEngine/ShapeEngine.csproj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,28 @@
1010
<Title>Shape Engine</Title>
1111
<Authors>Dave Green</Authors>
1212
<RepositoryUrl>https://github.com/DaveGreen-Games/ShapeEngine</RepositoryUrl>
13-
<Version>4.0.1</Version>
13+
<Version>4.0.2</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>
1717
<RepositoryType>git</RepositoryType>
1818
<PackageTags>GameEngine Framework 2D raylib gamedev graphics shapes polygon rect line clipper2 polygonclipping</PackageTags>
1919
<Company>Dave Green Games</Company>
2020
<Product>Shape Engine</Product>
21-
<AssemblyVersion>4.0.1</AssemblyVersion>
22-
<FileVersion>4.0.1</FileVersion>
21+
<AssemblyVersion>4.0.2</AssemblyVersion>
22+
<FileVersion>4.0.2</FileVersion>
2323
<PackageReadmeFile>readme-nuget.md</PackageReadmeFile>
2424
<NeutralLanguage>en-US</NeutralLanguage>
2525
<Copyright>Copyright (c) David Grueneis 2025</Copyright>
2626
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2727
<PackageReleaseNotes>
28-
#4.0.1 Release
29-
Added missing XML documentation file to the nuget package.
28+
#4.0.2 Release
29+
- ShapePhysics CalculateDragFactor functions is now public.
30+
- ShapeVec added ClampLength(v, max) ClampLength(v, min, max) functions.
31+
- ShapeMath added IsSignEqual() (int and float) functions.
3032

33+
#4.0.1 Release
34+
- Added missing XML documentation file to the nuget package.
3135

3236
#4.0.0 Release
3337

0 commit comments

Comments
 (0)