CsvImport 1.0.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package CsvImport --version 1.0.3.1
                    
NuGet\Install-Package CsvImport -Version 1.0.3.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CsvImport" Version="1.0.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CsvImport" Version="1.0.3.1" />
                    
Directory.Packages.props
<PackageReference Include="CsvImport" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CsvImport --version 1.0.3.1
                    
#r "nuget: CsvImport, 1.0.3.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CsvImport@1.0.3.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CsvImport&version=1.0.3.1
                    
Install as a Cake Addin
#tool nuget:?package=CsvImport&version=1.0.3.1
                    
Install as a Cake Tool

Easily do import from CSV to EntityFramework Entity

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0.2 2,014 4/6/2016
2.0.0.1 1,223 4/6/2016
2.0.0 1,189 3/23/2016
1.1.4.3 1,266 2/12/2016
1.1.4.2 1,258 2/12/2016
1.1.4.1 1,333 10/27/2015
1.1.3.2 1,215 10/26/2015
1.1.3.1 1,246 10/26/2015
1.1.2.1 1,222 10/26/2015
1.1.1.1 1,318 10/20/2015
1.0.3.1 1,248 10/20/2015
1.0.2.1 1,240 10/20/2015
1.0.1.1 1,752 10/19/2015
1.0.1 1,769 10/19/2015

Bug fixes
Change  namespace from CsvImport to Pkshetlie.Csv.Import