From a1348d4bc3f9c42bf24bda1ab0d86731ffc4e052 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Thu, 4 Nov 2021 20:47:57 +0000 Subject: [PATCH] Update README.md and Raylib.csproj for testing --- README.md | 6 +++--- Raylib-cs/Raylib-cs.csproj | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6182668..8993fe1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Raylib-cs -C# bindings for raylib 3.7.0, a simple and easy-to-use library to learn videogames programming (www.raylib.com) +C# bindings for raylib 4.0.0, a simple and easy-to-use library to learn videogames programming (www.raylib.com) [![GitHub contributors](https://img.shields.io/github/contributors/ChrisDill/Raylib-cs)](https://github.com/ChrisDill/Raylib-cs/graphs/contributors) [![License](https://img.shields.io/badge/license-zlib%2Flibpng-blue.svg)](LICENSE) @@ -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.1 +dotnet add package Raylib-cs --version 4.0.0 ``` [![NuGet](https://img.shields.io/nuget/dt/raylib-cs)](https://www.nuget.org/packages/Raylib-cs/) @@ -32,7 +32,7 @@ If you need to edit Raylib-cs source then you will need to add the bindings as a 2. Add Raylib-cs/Raylib-cs.csproj to your project as an existing project. -3. Download the native libraries for the platforms you want to build for using the [official 3.7.0 release](https://github.com/raysan5/raylib/releases/tag/3.7.0). +3. Download the native libraries for the platforms you want to build for using the [official 3.7.0 release](https://github.com/raysan5/raylib/releases/tag/4.0.0). **NOTE: the MSVC version is required for Windows platforms** 4. **(Recommended)** Put the native library for each platform under `Raylib-cs/runtimes/{platform}/native/` diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index ce191c3..23f8d75 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -10,16 +10,16 @@ - 3.7.0 + 4.0.0 4.0.0-pre 4.0.0-pre - Chris Dill, Raysan5 & Others + Chris Dill, Raysan5 true Zlib Raylib-cs C# bindings for raylib - A simple and easy-to-use library to learn videogames programming raylib-cs_64x64.png - Raylib;Raysan;Gamedev;Binding + raylib;bindings;gamedev git https://github.com/ChrisDill/Raylib-cs/ https://www.raylib.com/ @@ -29,7 +29,7 @@ - +