From 09b5238b248e0c572f3880b8eaabf040161ba217 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Mon, 18 Nov 2024 19:59:29 +0300 Subject: [PATCH] Bump version and release notes. --- ReFuel.StbImage.csproj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ReFuel.StbImage.csproj b/ReFuel.StbImage.csproj index 15296fd..628649d 100644 --- a/ReFuel.StbImage.csproj +++ b/ReFuel.StbImage.csproj @@ -14,7 +14,7 @@ True ReFuel.StbImage - 2.0.1 + 2.0.2-rc.0 STBI Authors, H. Utku Maden A C# wrapper for the ubiquitous stb_image.h and stb_image_write.h library. @@ -26,7 +26,10 @@ https://git.mixedup.dev/ReFuel/ReFuel.StbImage git stb; stb_image; stbi; image; load; save; read; write - # 2.0.1 + # 2.0.2 +* Fixed calling convention related execution engine exception for the Windows platform. + +# 2.0.1 * Enabled optimizations across the board for native and managed assemblies. # 2.0.0