This release allows parsing of unsupported EDI version envelopes. Instead of throwing an exception during the parse phase, these envelopes are skipped and flagged. Attempting to access the FunctionalGroups property will throw an EdiException. To prevent an exception, a check on the EdiVersion of the Envelope instance can be performed. The only acceptable value in this property is "00501".