Skip to content

TextFileSplitter V1.0.21.0

Latest
Compare
Choose a tag to compare
@keif888 keif888 released this 01 Nov 10:02
· 1 commit to master since this release

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.