set package version from Directory.Build.props
This commit is contained in:
parent
4548af74d7
commit
f8db19ab20
5 changed files with 15 additions and 10 deletions
8
Directory.Build.props
Normal file
8
Directory.Build.props
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetRaylibTag>4.5.0</TargetRaylibTag>
|
||||
<PackageVersion>4.5.0.2-android.1</PackageVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Reference in a new issue