From 2d1d558c2d57c19ef4e8cbf55525324be992b881 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sun, 5 Nov 2023 13:14:38 +0000 Subject: [PATCH] Update README.md and Build.props --- README.md | 2 +- Raylib-cs/Build.props | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8994439..4cc4b8a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ C# bindings for raylib, a simple and easy-to-use library to learn videogames pro [![Build](https://github.com/ChrisDill/Raylib-cs/workflows/Build/badge.svg)](https://github.com/ChrisDill/Raylib-cs/actions?query=workflow%3ABuild) -Raylib-cs targets net5.0 and net6.0. +Raylib-cs targets net5.0 and net6.0 and uses the [official 4.5.0 release](https://github.com/raysan5/raylib/releases/tag/4.5.0) to build the native libraries. ## Installation - NuGet diff --git a/Raylib-cs/Build.props b/Raylib-cs/Build.props index 2ff4fec..b6d4ad1 100644 --- a/Raylib-cs/Build.props +++ b/Raylib-cs/Build.props @@ -2,8 +2,8 @@ 4.5.0 - 4.5.0.4 - 4.5.0.4 + 5.0.0 + 5.0.0 \ No newline at end of file