Skip to content

Releases: AndrewRissing/GenericParsing

1.6.0

18 May 15:33

Choose a tag to compare

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.

02 Dec 21:02

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

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

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

Choose a tag to compare

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