Skip to content

Releases: AndrewRissing/GenericParsing

Added .NET 6.0/8.0 targets and a strong name.

02 Dec 21:02
Compare
Choose a tag to compare

Updated the project to target .NET 6.0/8.0.
Reintroduced assembly signing back into the project.

Added ColumnNameComparisonMode (jonataspc).

09 Jun 23:25
Compare
Choose a tag to compare

You can now specify a StringComparison value to dictate how a column name is looked up.

Request Read Lock Only on Open, Updated to MIT

26 Feb 02:11
307aac5
Compare
Choose a tag to compare

Request only read access when opening a file.
Updated the license to MIT.

Added support for .NET 4.5.2, .NET 4.6.1

09 May 23:15
Compare
Choose a tag to compare

Added new target frameworks for .NET 4.5.2, .NET 4.6.1
Added Readme.md.