From 1b6e8ddeb3a093ded452f4cacbdef25452b82b3b Mon Sep 17 00:00:00 2001 From: notgiven688 Date: Sun, 2 Mar 2025 09:15:05 +0100 Subject: [PATCH] Prepare 2.5.5 --- docs/docs/01_quickstart/00-project-setup.md | 2 +- docs/docs/changelog.md | 5 +++++ other/GodotDemo/JitterGodot.csproj | 2 +- other/GodotSoftBodies/JitterGodot.csproj | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/docs/01_quickstart/00-project-setup.md b/docs/docs/01_quickstart/00-project-setup.md index d6fbb375..4eee0003 100644 --- a/docs/docs/01_quickstart/00-project-setup.md +++ b/docs/docs/01_quickstart/00-project-setup.md @@ -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: diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 628ea2ae..767b8fd3 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -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`. diff --git a/other/GodotDemo/JitterGodot.csproj b/other/GodotDemo/JitterGodot.csproj index c56805ff..b8736b8f 100644 --- a/other/GodotDemo/JitterGodot.csproj +++ b/other/GodotDemo/JitterGodot.csproj @@ -4,6 +4,6 @@ true - + diff --git a/other/GodotSoftBodies/JitterGodot.csproj b/other/GodotSoftBodies/JitterGodot.csproj index c56805ff..b8736b8f 100644 --- a/other/GodotSoftBodies/JitterGodot.csproj +++ b/other/GodotSoftBodies/JitterGodot.csproj @@ -4,6 +4,6 @@ true - +