Current state
It is possible to check an exact version only. e.g. Version=="1.1.1"
Acceptance criteria
- There is a support for a minimal version.
- It is possible to prevent/allow preview/alpha/beta releases.
Remarks
- MinimalVersion = "1.2.3" would mean Version >= 1.2.3
- There are different Version formats:
** 1
** 1.2
** 1.2.3
** 1.2.3.4
** 1.2.3-asdf
Current state
It is possible to check an exact version only. e.g. Version=="1.1.1"
Acceptance criteria
Remarks
** 1
** 1.2
** 1.2.3
** 1.2.3.4
** 1.2.3-asdf