diff --git a/README.md b/README.md index 1d391e3..d0a20ae 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Raylib-cs targets net5.0 and net6.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 4.0.0-alpha.4 +dotnet add package Raylib-cs --version 4.0.0-alpha.5 ``` [![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 c49ad41..af1bf5f 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -12,8 +12,8 @@ 4.0.0 - 4.0.0-alpha.4 - 4.0.0-alpha.4 + 4.0.0-alpha.5 + 4.0.0-alpha.5 Chris Dill, Raysan5 true Zlib