Skip to content

Fix AppVersion String

snippet requested to merge topic/3.1/issue-2198 into branch/3.1

[ISO/IEC 29500-1 1st Edition]

22.2.2.2 AppVersion (Application Version) This element specifies the version of the application which produced this document.

The content of this element shall be of the form XX.YYYY where X and Y represent numerical values, or the document shall be considered non-conformant.

Microsoft suggests the following regex which seems about as fine as a regex can be "[0-9]{1,2}.[0-9]{1,4}"

--HG-- branch : 3.1

Merge request reports

Loading