Hi All,
I am wondering about good examples of storing versioning.
I took a default approach with <properties> but when the app updates, the "appVersion" remains at the first-installed version.
I assume this is 'good' property behaviour to ensure that user-overridden properties are not defaulted back to originals on app updates.
However, that doesn't help me! I can obviously hard-code some global and pass/read that ... but the properties seemed simple. Searching the forums (why do so many search results seem to come up as 4-7 years old?) for "appVersion" shows this is an unresolved query but maybe there is a new answer in 2025?
Many thanks
<properties> <property id="appVersion" type="string">v1.6.1</property>