LINQ-to-BigQuery 0.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package LINQ-to-BigQuery --version 0.5.0
NuGet\Install-Package LINQ-to-BigQuery -Version 0.5.0
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.0" />
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.0
#r "nuget: LINQ-to-BigQuery, 0.5.0"
#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.0

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

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 61 9/29/2014
0.2.0 65 9/27/2014
0.1.0 66 9/24/2014

Fix : Generate invalid timestamp at TableDecorators
Fix : Generate invalid floating point decimal mark in use commma mark culture, thanks @greigs
Breaking Changes : DateTime/DateTimeOffset is auto converted local time to UTC in query string
Improvement : Support framewrok .NET 4.5 rather than 4.5.1, thanks @greigs
Improvement : MetaTableSchema.BuildCSharpClass supports case of tableId startwith number