FSharp.Data 2.0.0-alpha5

This is a prerelease version of FSharp.Data.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharp.Data --version 2.0.0-alpha5
                    
NuGet\Install-Package FSharp.Data -Version 2.0.0-alpha5
                    
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.0.0-alpha5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.Data" Version="2.0.0-alpha5" />
                    
Directory.Packages.props
<PackageReference Include="FSharp.Data" />
                    
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 FSharp.Data --version 2.0.0-alpha5
                    
#r "nuget: FSharp.Data, 2.0.0-alpha5"
                    
#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.
#addin nuget:?package=FSharp.Data&version=2.0.0-alpha5&prerelease
                    
Install FSharp.Data as a Cake Addin
#tool nuget:?package=FSharp.Data&version=2.0.0-alpha5&prerelease
                    
Install FSharp.Data as a Cake Tool

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, JSON and XML) and for accessing the WorldBank and Freebase data. It also includes helpers for parsing JSON and CSV 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)
Included target framework(s) (in package)
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)

  • Portable Class Library (.NETFramework 4.5, Windows 8.0)

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

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

Repository Stars
xamarin/ios-samples
Xamarin.iOS sample apps
opensearch-project/opensearch-net
OpenSearch .NET Client
Version Downloads Last updated
2.3.0-beta1 273 10/11/2015
2.2.5 27,097 7/12/2015
2.2.4 199 7/11/2015
2.2.3 4,534 6/13/2015
2.2.2 4,398 5/11/2015
2.2.1 2,507 5/4/2015
2.2.0 3,773 3/22/2015
2.1.1 10,147 12/24/2014
2.1.0 4,760 11/2/2014
2.1.0-beta2 166 10/21/2014
2.1.0-beta 297 10/12/2014
2.0.15 2,333 9/23/2014
2.0.14 3,037 8/30/2014
2.0.13 159 8/29/2014
2.0.12 129 8/28/2014
2.0.11 175 8/27/2014
2.0.10 453 8/21/2014
2.0.9 6,180 6/15/2014
2.0.8 3,165 5/10/2014
2.0.7 1,079 4/28/2014
2.0.6 183 4/28/2014
2.0.5 1,880 3/29/2014
2.0.4 978 3/20/2014
2.0.3 614 3/17/2014
2.0.2 151 3/16/2014
2.0.1 276 3/14/2014
2.0.0 411 3/10/2014
2.0.0-beta3 167 3/4/2014
2.0.0-beta2 154 2/27/2014
2.0.0-beta 118 2/24/2014
2.0.0-alpha7 136 2/20/2014
2.0.0-alpha6 171 2/4/2014
2.0.0-alpha5 100 2/3/2014
2.0.0-alpha4 111 1/30/2014
2.0.0-alpha3 183 12/30/2013
2.0.0-alpha2 111 12/24/2013
2.0.0-alpha 142 12/15/2013
1.1.10 9,249 9/12/2013
1.1.9 1,181 7/21/2013
1.1.8 354 7/1/2013
1.1.7 140 7/1/2013
1.1.6 165 6/30/2013
1.1.5 849 5/13/2013
1.1.4 386 4/13/2013
1.1.3 186 4/8/2013
1.1.2 180 3/30/2013
1.1.1 463 2/18/2013
1.1.0 182 2/18/2013
1.0.13 278 1/16/2013
1.0.12 432 1/14/2013
1.0.11 145 1/14/2013
1.0.10 161 1/6/2013
1.0.9 156 1/4/2013
1.0.8 144 1/4/2013
1.0.6 171 12/23/2012
1.0.5 153 12/20/2012
1.0.4 168 12/17/2012
1.0.2 170 12/14/2012
1.0.1 146 12/14/2012
1.0.0 176 12/13/2012

Renamed the 'FSharp.Data.Json.Extensions' module to 'FSharp.Data.JsonExtensions'.
Renamed the 'FSharp.Data.Csv.Extensions' module to 'FSharp.Data.CsvExtensions'.
Moved the contents of the 'FSharp.Net', 'FSharp.Data.Csv', and 'FSharp.Data.Json' namespaces to the 'FSharp.Data' namespace.
Reuse identical types in JsonProvider.
Improve JsonProvider error messages to include full path of the json part that caused the problem.
JsonValue.ToString() now formats (indents) the output by default (can be turned off by using SaveOptions.DisableFormatting).