From 71f57503f9accd0e97a593d8605f46e07c076de2 Mon Sep 17 00:00:00 2001 From: Ben Parsons <9parsonsb@gmail.com> Date: Fri, 10 Dec 2021 19:43:53 +1100 Subject: [PATCH] 4.0.0-alpha.2 --- README.md | 2 +- Raylib-cs/Raylib-cs.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 461876a..fe908d6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Raylib-cs targets 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.1 +dotnet add package Raylib-cs --version 4.0.0-alpha.2 ``` [![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 5f4b8e1..a0d6f87 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -11,8 +11,8 @@ 4.0.0 - 4.0.0-alpha.1 - 4.0.0-alpha.1 + 4.0.0-alpha.2 + 4.0.0-alpha.2 Chris Dill, Raysan5 true Zlib