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