Skip to content

RapidCsv Release - Version 0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@erik1066 erik1066 released this 28 Aug 20:31
· 10 commits to main since this release
20b87a9

Initial alpha release. Includes fast CSV validation against RFC 4180 and optional content validation using a supplied schema. See the README for instructions.

Package URL on NuGet: https://www.nuget.org/packages/RapidCsv/0.0.1

To include in your project:

dotnet add package RapidCsv --version 0.0.1

Or in your .csproj file:

<PackageReference Include="RapidCsv" Version="0.0.1" />