From 3282cf2f59cf8849e392e433e1f9a2abd41c2ad1 Mon Sep 17 00:00:00 2001 From: MrScautHD <65916181+MrScautHD@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:34:16 +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 39d2b89..71d075e 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. +__Raylib-CSharp__ is a fully managed binding over `Raylib-5.1-dev`. --- # 🪙 Installation - [Nuget](https://www.nuget.org/packages/Raylib-CSharp) ``` -dotnet add package Raylib-CSharp --version 4.0.3 +dotnet add package Raylib-CSharp --version 4.0.4 ``` # 📖 [Installation - From source]