diff --git a/README.md b/README.md index 9f7d4c3..6182668 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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). ``` -dotnet add package Raylib-cs --version 3.7.0 +dotnet add package Raylib-cs --version 3.7.0.1 ``` [![NuGet](https://img.shields.io/nuget/dt/raylib-cs)](https://www.nuget.org/packages/Raylib-cs/) diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index 88185ac..cc4816b 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -11,9 +11,9 @@ - 3.7.0 - 3.7.0 - 3.7.0 + 3.7.0 + 3.7.0.1 + 3.7.0.1 Chris Dill, Raysan5 & Others true Zlib