diff --git a/README.md b/README.md index 848d03b..7153b7c 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ [![Activity](https://img.shields.io/github/commit-activity/w/MrScautHD/Raylib-CSharp?style=flat-square&logo=Github&label=Activity)](https://github.com/MrScautHD/Raylib-CSharp/activity) [![Stars](https://img.shields.io/github/stars/MrScautHD/Raylib-CSharp?style=flat-square&logo=Github&label=Stars)](https://github.com/MrScautHD/Raylib-CSharp/stargazers) -__Raylib-CSharp__ is a fully managed binding over `Raylib-5.1-dev`. +__Raylib-CSharp__ is a fully managed binding over `Raylib-5.5`. --- # 🪙 Installation - [Nuget](https://www.nuget.org/packages/Raylib-CSharp) ``` -dotnet add package Raylib-CSharp --version 4.1.5 +dotnet add package Raylib-CSharp --version 4.1.6 ``` # 📖 [Installation - From source]