I have a custom command running on my Win10 Dev machine's VS2019 that increments the AssemblyFileversion and append the new v number to a buildlog.txt file for reference. I wish to have my vs2019 on Macos do the same for a XamarinForms Solution, but either my google-fu skills are fading or no-one has documented doing it. I particularly want the post-build event to up date the Bundle Version value in the plist file for the iOS project.
Is there anywhere I can find some info on this challenge?