YVersion
|
public enum YVersionFormat
Member name | Value | Description |
---|---|---|
Simple | 0 | X.Yz format where X is the Major, Y is the Minor and z is the Build as a letter. |
Extended | 1 | X.Y.Z format where X is the Major, Y is the Minor and Z is the Build. |
Full | 2 | X.Y.Z.W format where X is the Major, Y is the Minor, Z is the Build and W is the Revision. |