This release removes the validation of the ContactInfo metadata, which was causing the execution of packages that had been created with V1.0.13.0 or earlier, and not edited with V1.0.14.0 or later, to fail.
This was caused due to the Validate being called on execution, but ReinitializeMetaData not being called. On edit, both are called, and this would change the ContactInfo.
No other functional capability is changed.
All unit tests passed.