From 10c0a6dd91db6a311f91ca400ffa305e8408a61e Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Mon, 10 Jul 2023 17:43:32 +0100 Subject: [PATCH] Point release 4.5.0.2 --- README.md | 2 +- Raylib-cs/Raylib-cs.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ebc9089..416edf3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Raylib-cs targets net5.0 and net6.0. This is the prefered method to get started. ``` -dotnet add package Raylib-cs --version 4.5.0.1 +dotnet add package Raylib-cs --version 4.5.0.2 ``` [![NuGet](https://img.shields.io/nuget/dt/raylib-cs)](https://www.nuget.org/packages/Raylib-cs/) diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index 0aa5c1c..ccedcb1 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -12,8 +12,8 @@ 4.5.0 - 4.5.0.1 - 4.5.0.1 + 4.5.0.2 + 4.5.0.2 Chris Dill, Raysan5 true Zlib