From 3c657ff04e0883203241a53673efab0e2c77a699 Mon Sep 17 00:00:00 2001 From: MrScautHD <65916181+MrScautHD@users.noreply.github.com> Date: Sun, 7 Jul 2024 10:09:06 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]