Forum Discussion
Bronzato
Nov 30, 2021Copper Contributor
Versioning my Maui Android App
Previously the way to define version code for Android in Maui .csproj file was like this: <!-- Versions -->
<ApplicationVersion>3.1.2</ApplicationVersion>
<AndroidVersionCode>3</AndroidVer...
sidd7789
Feb 11, 2025Copper Contributor
Whats the best practice around not hardcoding the values in csproj and read them from appconfig.json