For MPos I need to change the version number every time I create a deployable package.
I changed it in customization.settings file. I just noticed in the package.appxmanifest file under Pos.App in the ModernPos solution that there is a "Version" field with Major. Minor and Build.under the packaging tab. Do I change it here as well?
The default in the customization.settings file was as follow:
CustomAssemblyVersion: 1.0.0.0
CustomVersion: 1.0.0.1
This is 4 sections while the version in the manifest file has only 3: Major, Minor and Build.
Is the settings file and the manifest file in any way linked? For example if I have in the manifest file :9.1.0, should the settings file show: 9.1.0.0 for the assembly version and the customversion: 9.1.0.1?
Which one of these version settings are used in MSBuild?