fix: centralized version data in Directory.build.props, and fixed various interop details that had incorrect function signatures
This commit is contained in:
parent
c99ce8edea
commit
3b305013a1
11 changed files with 169 additions and 105 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue