Skip to content

Releases: AndrewRissing/GenericParsing

1.6.0

Choose a tag to compare

@AndrewRissing AndrewRissing released this 18 May 15:33

What's Changed

  • Add method to get column names / add some unit tests by @M-Patrone in #27

New Contributors

Full Changelog: 1.5.0...1.6.0

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

Choose a tag to compare

@AndrewRissing AndrewRissing released this 02 Dec 21:02

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

Added ColumnNameComparisonMode (jonataspc).

Choose a tag to compare

@AndrewRissing AndrewRissing released this 09 Jun 23:25

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

Choose a tag to compare

@AndrewRissing AndrewRissing released this 26 Feb 02:11
307aac5

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

Added support for .NET 4.5.2, .NET 4.6.1

Choose a tag to compare

@AndrewRissing AndrewRissing released this 09 May 23:15

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