This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Releases: EnableSoftware/DelimitedDataParser
Releases · EnableSoftware/DelimitedDataParser
V6.1.0
V6.0.0
Sanitize strings even when escape characters are used
- The default for _sanitizeStrings has been changed from false to True. This constitutes a change in functionality, and hence a major version bump.
- Strings are now sanitized even when _includeEscapeCharacters is set to True
V5.0.0
- Add option to trim column headers when parsing, and make it the default.
v4.2.1
v4.2.0
v4.1.0
- Migrate
DelimitedDataParser
project file to .NET Core.csproj
project system. - Add multi-targeting support for
net45
andnetstandard2.0
.