Skip to content

Commit

Permalink
Prepare 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
notgiven688 committed Mar 2, 2025
1 parent b404361 commit 1b6e8dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/01_quickstart/00-project-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Next, create a new console application in this directory and add Raylib-cs and J
```sh
dotnet new console
dotnet add package Raylib-cs --version 6.1.1
dotnet add package Jitter2 --version 2.5.4
dotnet add package Jitter2 --version 2.5.5
```

You have completed the setup. If you now execute the following command:
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ sidebar_position: 5

# Changelog

### Jitter 2.5.5 (2025-03-02)

- Added implicit conversion operators for System.Numerics Vector3 and Quaternion.
- Replaced Trace.WriteLine with Trace.Information, Warning, Error.

### Jitter 2.5.4 (2025-02-08)

- Renamed `JAngle.Radiant` to `JAngle.Radian`.
Expand Down
2 changes: 1 addition & 1 deletion other/GodotDemo/JitterGodot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jitter2" Version="2.5.4" />
<PackageReference Include="Jitter2" Version="2.5.5" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion other/GodotSoftBodies/JitterGodot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jitter2" Version="2.5.4" />
<PackageReference Include="Jitter2" Version="2.5.5" />
</ItemGroup>
</Project>

0 comments on commit 1b6e8dd

Please sign in to comment.