PL-400 – Question 26

0
150

Question 26

You fix a bug in the code of your application, which is currently on version 10.0.2.1.
You need to publish an updated version of the solution.
Which version identifier should you use?

A. 10.0.3.1
B. 10.0.2.2
C. 10.1.0.2
D. 11.0.0

Correct Answer: A
The version number are <major>.<minor>.<build>.<revision>.
When we create patches in Dynamics 365, the system will automatically increment the build version (you can overwrite the chosen number when you create the patch). For example, if our solution starts at 1.0.0.0, we export it to become 1.0.0.1. We then create a patch, and the version of the patch is 1.0.1.1. If we export it now, it might become 1.0.1.2. In all cases, the build or version number has been incremented. Patches require the build or version number to increment, but not the major or minor version.
Reference:
https://carldesouza.com/how-solution-version-numbers-work-in-the-microsoft-power-platform/