You fix the bug in your solution.
Your current solution version is 3.1.2.4
What will be the version of the solution update?
Click on the arrows to vote for the correct answer
A. B. C. D. E.Correct Answer: D
There are two options for the managed Dataverse solutions updates: To create a patch - a bug fix or some minor solution change.
To clone - a major solution update.
You can select a solution from the Power Apps portal and click on the three dots for more options.
When you choose the Clone menu item, you will see two options: Clone a patch and Clone a solution.
Every solution has a version number with the following structure: <major>.<minor>.<build>.<revision>
The “Clone a patch” controls the last two numbers: <build> and <revision>
The Power Platform automatically increments the build number, e.g., if the basic solution has a 3.1.2.4 version (Number 1), the patch will have by default 3.1.3.4 (Number 2)
Users can change the last two numbers only.
All other options are incorrect.
For more information about cloning the Dataverse solutions, please visit the below URLs:
The versioning system used in Microsoft Power Platform solutions is in the format of major.minor.patch.build.
Given that you have fixed a bug in your solution and the current version of the solution is 3.1.2.4, the version of the solution update will depend on the type of update that you are making.
Since you have fixed a bug, it is considered a patch update. Therefore, the new version of the solution will increment the patch version to 3.1.2.5.
Option A (3.2.0.0) represents a minor version update, which would be appropriate if you had added significant new features to the solution. Option C (3.2.2.4) represents a major version update, which would be appropriate if you had made significant changes to the solution's functionality. Option D (3.1.3.4) represents a version update that would be appropriate if you had fixed multiple bugs in the solution. Option E (3.1.3.0) represents a patch update with no new bug fixes, which would not be appropriate given the scenario.
Therefore, the correct answer is B (3.1.2.5).