From 4d5c5c913f4ffa3b883ad3368600d2c2323e5979 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 25 Jan 2021 12:55:03 +0000 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8ba614c..84ef541 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,6 @@ Raylib-cs targets netstandard2.1 and supports netcoreapp3.0+ and net5.0. This is the prefered method to get started - The package is still new so please report any [issues](https://github.com/ChrisDill/Raylib-cs/issues). -**NOTE:** The nuget package uses raylib 3.0. It will soon be updated to raylib 3.5.0. - ``` dotnet add package Raylib-cs --version 3.5.0 ```