From a45c82c65195eb87aa49f3c8dc18392e78234505 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 12 Aug 2020 22:24:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d53610e..a5fce79 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ C# bindings for raylib 3.0, a simple and easy-to-use library to learn videogames 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). ``` -dotnet add package Raylib-cs +dotnet add package Raylib-cs --version 3.1.5 ``` [![NuGet](https://img.shields.io/nuget/dt/raylib-cs)](https://www.nuget.org/packages/Raylib-cs/)