Closed aherrick closed 6 years ago
Send a PR.
https://github.com/colbylwilliams/VersionTrackingPlugin is the best plugin for this stuff though
I think they are 2 different properties really not a combined at all.
There is VersionCode and VersionName
Yea make sense. Are you suggesting a new property that will just return the "Build"?
iOS/Android/UWP mapping CFBundleVersion/VersionCode/Build respectively.
I could then concatenate together on my own if I desired.
.
I am doing this now, just taking from my other project with coby
Could/Should
AppVersionNumber
include the Build number? I use this to explicitly see build versions when building through Mobile Center. Currently I have a simpleDependencyService
which does the following. Would love to be able to eliminate and just useAppVersionNumber
.iOS
CFBundleVersion
:Android
VersionCode
:UWP
Build
: