FSharp.Data 2.3.0-beta1

This is a prerelease version of FSharp.Data.
dotnet add package FSharp.Data --version 2.3.0-beta1                
NuGet\Install-Package FSharp.Data -Version 2.3.0-beta1                
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="FSharp.Data" Version="2.3.0-beta1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharp.Data --version 2.3.0-beta1                
#r "nuget: FSharp.Data, 2.3.0-beta1"                
#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.
// Install FSharp.Data as a Cake Addin
#addin nuget:?package=FSharp.Data&version=2.3.0-beta1&prerelease

// Install FSharp.Data as a Cake Tool
#tool nuget:?package=FSharp.Data&version=2.3.0-beta1&prerelease                

The F# Data library (FSharp.Data.dll) implements everything you need to access data in your F# applications and scripts. It implements F# type providers for working with structured file formats (CSV, HTML, JSON and XML) and for accessing the WorldBank data. It also includes helpers for parsing CSV, HTML and JSON files and for sending HTTP requests.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0)

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on FSharp.Data:

Repository Stars
xamarin/ios-samples
Xamarin.iOS sample apps
Version Downloads Last updated
2.3.0-beta1 273 10/11/2015
2.2.5 27,096 7/12/2015
2.2.4 198 7/11/2015
2.2.3 4,533 6/13/2015
2.2.2 4,397 5/11/2015
2.2.1 2,506 5/4/2015
2.2.0 3,772 3/22/2015
2.1.1 10,146 12/24/2014
2.1.0 4,759 11/2/2014
2.1.0-beta2 165 10/21/2014
2.1.0-beta 296 10/12/2014
2.0.15 2,332 9/23/2014
2.0.14 3,036 8/30/2014
2.0.13 158 8/29/2014
2.0.12 128 8/28/2014
2.0.11 174 8/27/2014
2.0.10 452 8/21/2014
2.0.9 6,179 6/15/2014
2.0.8 3,164 5/10/2014
2.0.7 1,078 4/28/2014
2.0.6 182 4/28/2014
2.0.5 1,879 3/29/2014
2.0.4 977 3/20/2014
2.0.3 613 3/17/2014
2.0.2 150 3/16/2014
2.0.1 275 3/14/2014
2.0.0 410 3/10/2014
2.0.0-beta3 166 3/4/2014
2.0.0-beta2 153 2/27/2014
2.0.0-beta 117 2/24/2014
2.0.0-alpha7 135 2/20/2014
2.0.0-alpha6 170 2/4/2014
2.0.0-alpha5 99 2/3/2014
2.0.0-alpha4 110 1/30/2014
2.0.0-alpha3 182 12/30/2013
2.0.0-alpha2 110 12/24/2013
2.0.0-alpha 141 12/15/2013
1.1.10 9,248 9/12/2013
1.1.9 1,180 7/21/2013
1.1.8 353 7/1/2013
1.1.7 139 7/1/2013
1.1.6 164 6/30/2013
1.1.5 848 5/13/2013
1.1.4 385 4/13/2013
1.1.3 185 4/8/2013
1.1.2 179 3/30/2013
1.1.1 462 2/18/2013
1.1.0 181 2/18/2013
1.0.13 277 1/16/2013
1.0.12 431 1/14/2013
1.0.11 144 1/14/2013
1.0.10 161 1/6/2013
1.0.9 155 1/4/2013
1.0.8 143 1/4/2013
1.0.6 170 12/23/2012
1.0.5 152 12/20/2012
1.0.4 167 12/17/2012
1.0.2 169 12/14/2012
1.0.1 145 12/14/2012
1.0.0 175 12/13/2012

Support for PCL profile 7 and PCL profile 259.
Added support for single column CSV files in CsvProvider.
Fix saving of CSV files with cells spanning multiple lines.
Fixed parsing of HTML tables with headers spanning multiple rows.
Fixed parsing of HTML definition lists without description elements.