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

fix: centralized version data in Directory.build.props, and fixed various interop details that had incorrect function signatures

This commit is contained in:
tiger tiger tiger 2026-06-30 17:12:15 +02:00
commit 3b305013a1
11 changed files with 169 additions and 105 deletions

View file

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<TargetRaylibTag>6.0</TargetRaylibTag>
<Version>8.0.0</Version>
<PackageVersion>8.0.0</PackageVersion>
<Version>$(RaylibCsVersion)</Version>
<PackageVersion>$(RaylibCsVersion)</PackageVersion>
</PropertyGroup>
</Project>