LINQ-to-BigQuery 0.5.1

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

// Install LINQ-to-BigQuery as a Cake Tool
#tool nuget:?package=LINQ-to-BigQuery&version=0.5.1

LINQ to BigQuery is C# LINQ Provider for Google BigQuery. It also enables Desktop query editor and dump to chart with LINQPad.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.1 195 2/13/2015
0.5.0 151 10/29/2014
0.4.2 73 10/13/2014
0.4.1 65 10/5/2014
0.3.3 60 10/4/2014
0.3.2.2 63 10/3/2014
0.3.2.1 64 10/1/2014
0.3.1 61 9/30/2014
0.3.0 60 9/29/2014
0.2.0 65 9/27/2014
0.1.0 66 9/24/2014

Fix : decimal DataType is being converted to integer instead of FLOAT, thanks @elad-bar
Add : MetaTableSchema.ToJsonSchema