Validate Full Version Number
- Last UpdatedApr 30, 2026
- 1 minute read
This is a mandatory value that needs to be added to the <EiclClassLibrary ... validateFullVersionNumber="true" /> parameter. This enables/disables the validation of full version number. The validation rule governs updating of the Class Library. It is recommended that you set this value to true.
|
Value |
Expected Behavior |
|---|---|
|
true |
When the value for this setting is set to true, the application validates the Class Library version for all four values of the version number in the format of "<major release>:<minor release>:<patch release>:<hotfix release>". For example, 5.0.4.2. |
|
false |
When the value is set to false, the application skips checking the last of the four values in the version number of the Class library. For example, in the version number 5.0.4.2, the application validates only 5.0.4. |