version 1000.1800
- framework to .NET 4.8 so OS decides best TLS version to use for emailing
version 1000.1700
- Fix issue with US Positive Pay specific fields not being used correctly
- Remove CdtrAgnt information for Positive Pay files
- Remove ChqTyp property when building US Positive Pay File
- Trim all string fields
version 1000.1600
- SSL Flag expose
- TLS 1.2 enforcement
version 1000.1500
- official release with CTX EDI Syntax
version 1000.1400
- PPD - For VENDOR_ACCOUNT_NO, substring from 0 for 17 characters. This will correct the issue of the extra space(s) being added to the 622
version 1000.1300
- Hide the 'CTX EDI Tab page' for now - (until customer gets back to me with information from JPM about DUNS number(s).
- Include "File Header" for the CPA005 file format
version 1000.1200
- Fix e-mail issue. The first email always fails because the "Data" source is not created yet, and thus the calculatedFields object comes back as null. This caused a null object reference when Adding a range of calculated fields.
version 1000.1100
- Add "InvalidValueException" - throw this exception when creating any of the ACH Files. When catching this error, I only have to display ex.Message. All other error(s) will be caught using ex.ToString() - so I can have a proper stack trace instead of chasing ghosts.