Watch
2
0
Fork
You've already forked raylib-cs
0

Set version to 8.1.0-rc.1

This commit is contained in:
Rgebee 2026-08-23 13:52:31 +01:00
commit 1c66463529
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<Project> <Project>
<!-- Auto-imported by every project in the repo; referenced via $(RaylibCsVersion). --> <!-- Auto-imported by every project in the repo; referenced via $(RaylibCsVersion). -->
<PropertyGroup> <PropertyGroup>
<RaylibCsVersion>8.1.0</RaylibCsVersion> <RaylibCsVersion>8.1.0-rc.1</RaylibCsVersion>
</PropertyGroup> </PropertyGroup>
<!-- The net8-era wasm workload treats any browser-wasm project as a wasm *app* and hooks <!-- The net8-era wasm workload treats any browser-wasm project as a wasm *app* and hooks

View file

@ -13,7 +13,7 @@ C# bindings for raylib, a simple and easy-to-use library to learn video games pr
Raylib-cs targets net8.0, net10.0 and uses the [official 6.0 release](https://github.com/raysan5/raylib/releases/tag/6.0) Raylib-cs targets net8.0, net10.0 and uses the [official 6.0 release](https://github.com/raysan5/raylib/releases/tag/6.0)
to build the native libraries. to build the native libraries.
### Version 8.1.0 of Raylib-cs supports the following runtimes: ### Version 8.1.0-rc.1 of Raylib-cs supports the following runtimes:
- **browser-wasm** *(raylib-6.0_webassembly)* 🆕 - **browser-wasm** *(raylib-6.0_webassembly)* 🆕
- **linux-x64** *(raylib-6.0_linux_amd64)* - **linux-x64** *(raylib-6.0_linux_amd64)*