Skip to content

Commit

Permalink
Update README.md and Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdill committed Nov 5, 2023
1 parent 863c1da commit 2d1d558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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

Expand Down
4 changes: 2 additions & 2 deletions Raylib-cs/Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetRaylibTag>4.5.0</TargetRaylibTag>
<Version>4.5.0.4</Version>
<PackageVersion>4.5.0.4</PackageVersion>
<Version>5.0.0</Version>
<PackageVersion>5.0.0</PackageVersion>
</PropertyGroup>

</Project>

0 comments on commit 2d1d558

Please sign in to comment.