LINQ-to-BigQuery 0.7.2

dotnet add package LINQ-to-BigQuery --version 0.7.2
                    
NuGet\Install-Package LINQ-to-BigQuery -Version 0.7.2
                    
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.7.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LINQ-to-BigQuery" Version="0.7.2" />
                    
Directory.Packages.props
<PackageReference Include="LINQ-to-BigQuery" />
                    
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 LINQ-to-BigQuery --version 0.7.2
                    
#r "nuget: LINQ-to-BigQuery, 0.7.2"
                    
#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=LINQ-to-BigQuery&version=0.7.2
                    
Install LINQ-to-BigQuery as a Cake Addin
#tool nuget:?package=LINQ-to-BigQuery&version=0.7.2
                    
Install LINQ-to-BigQuery as a Cake Tool

LINQ to BigQuery is C# LINQ Provider for Google BigQuery. It also enables Desktop GUI Client with LINQPad and plug-in driver.

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
0.7.2 6,389 2/14/2016
0.7.1 1,878 12/6/2015
0.7.0 1,244 10/25/2015
0.6.3 1,401 9/28/2015
0.6.2 1,542 8/10/2015
0.6.1 1,485 8/7/2015
0.6.0 1,499 8/7/2015
0.5.1 1,757 2/13/2015
0.5.0 1,370 10/29/2014
0.4.2 1,276 10/13/2014
0.4.1 1,205 10/5/2014
0.3.3 1,214 10/4/2014
0.3.2.2 1,223 10/3/2014
0.3.2.1 1,221 10/1/2014
0.3.1 1,275 9/30/2014
0.3.0 1,245 9/29/2014
0.2.0 1,261 9/27/2014
0.1.0 1,230 9/24/2014

QueryResponse supportes paging, thanks @kbremner