2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Update README.md and Build.props

This commit is contained in:
ChrisDill 2023-11-05 13:14:38 +00:00
parent 863c1da25d
commit 2d1d558c2d
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ C# bindings for raylib, a simple and easy-to-use library to learn videogames pro
[![Build](https://github.com/ChrisDill/Raylib-cs/workflows/Build/badge.svg)](https://github.com/ChrisDill/Raylib-cs/actions?query=workflow%3ABuild) [![Build](https://github.com/ChrisDill/Raylib-cs/workflows/Build/badge.svg)](https://github.com/ChrisDill/Raylib-cs/actions?query=workflow%3ABuild)
Raylib-cs targets net5.0 and net6.0. Raylib-cs targets net5.0 and net6.0 and uses the [official 4.5.0 release](https://github.com/raysan5/raylib/releases/tag/4.5.0) to build the native libraries.
## Installation - NuGet ## Installation - NuGet

View File

@ -2,8 +2,8 @@
<PropertyGroup> <PropertyGroup>
<TargetRaylibTag>4.5.0</TargetRaylibTag> <TargetRaylibTag>4.5.0</TargetRaylibTag>
<Version>4.5.0.4</Version> <Version>5.0.0</Version>
<PackageVersion>4.5.0.4</PackageVersion> <PackageVersion>5.0.0</PackageVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>