Fix AppVersion String
[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