azure devops mobile versioning
1.0.0

Available on Visual Studio Marketplace
Here is the list of tasks available in this extension:
You will find a complete tutorial here:
https://damienaicheh.github.io/azure/devops/2019/12/19/manage-your-application-version-automatically-using-git-and-azure-devops-en
https://damienaicheh.github.io/azure/devops/2019/12/19/manage-your-application-version-automatically-using-git-and-azure-devops-fr
For the ExtractVersionFromTagTask:
export INPUT_ProjectFolderPath="../../../Demo.Xamarin.Pipeline.Release"
For the UpdateAndroidVersionGradleTask and UpdateAndroidVersionManifestTask:
export INPUT_BuildGradlePath="../../../MyApplication/app/build.gradle"
export INPUT_AndroidManifestPath="../../../MyApplication/app/src/main/AndroidManifest.xml"
export INPUT_VersionCode=2
export INPUT_VersionName=1.2.5
For the UpdateiOSVersionInfoPlistTask:
export INPUT_InfoPlistPath="../../../testVersion/testVersion/Info.plist"
export INPUT_BundleShortVersionString=22
export INPUT_BundleVersion=1.2.3