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

set package version from Directory.Build.props

This commit is contained in:
anggape 2023-07-26 11:00:56 +07:00
commit f8db19ab20
No known key found for this signature in database
GPG key ID: 318EF680D0181D86
5 changed files with 15 additions and 10 deletions

8
Directory.Build.props Normal file
View file

@ -0,0 +1,8 @@
<Project>
<PropertyGroup>
<TargetRaylibTag>4.5.0</TargetRaylibTag>
<PackageVersion>4.5.0.2-android.1</PackageVersion>
</PropertyGroup>
</Project>