Skip to content

v2.1.1

Latest
Compare
Choose a tag to compare
@MartinJSoles MartinJSoles released this 10 Aug 22:29
· 6 commits to main since this release

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".