Should match: Remote: v1.2.3 Local: v1.2.3.0 Should not match: Remote: v1.2.3 Local v1.2.3.1 Essentially, expand Remote version with revision 0 if only 3 components. EDIT: v1 should also expand to v1.0.0.0, etc.
Should match:
Remote: v1.2.3
Local: v1.2.3.0
Should not match:
Remote: v1.2.3
Local v1.2.3.1
Essentially, expand Remote version with revision 0 if only 3 components.
EDIT:
v1 should also expand to v1.0.0.0, etc.