LinqAn.Google
1.1.0
dotnet add package LinqAn.Google --version 1.1.0
NuGet\Install-Package LinqAn.Google -Version 1.1.0
<PackageReference Include="LinqAn.Google" Version="1.1.0" />
paket add LinqAn.Google --version 1.1.0
#r "nuget: LinqAn.Google, 1.1.0"
// Install LinqAn.Google as a Cake Addin #addin nuget:?package=LinqAn.Google&version=1.1.0 // Install LinqAn.Google as a Cake Tool #tool nuget:?package=LinqAn.Google&version=1.1.0
LinqAn (LINQ ANalytics, pronounced "Lincoln") is a .NET companion library for analytics platforms, allowing for LINQ-based queries. LinqAn.Google is the Google version, which uses Google Analytics Core Reporting API v3.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
DNX | dnx451 is compatible. |
-
.NETFramework 4.5
- Google.Apis.Analytics.v3 (>= 1.10.0.1240)
- Humanizer.Core (>= 2.0.1)
-
DNX 4.5.1
- Google.Apis.Analytics.v3 (>= 1.10.0.1240)
- Humanizer.Core (>= 2.0.1)
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 |
---|---|---|
1.1.0 | 2,199 | 2/26/2016 |
1.1.0-alpha10802 | 1,884 | 2/25/2016 |
1.1.0-alpha10755 | 1,676 | 2/24/2016 |
1.1.0-alpha10715 | 1,328 | 2/23/2016 |
1.0.0 | 1,541 | 2/23/2016 |
1.0.0-beta10582 | 1,392 | 2/22/2016 |
1.0.0-beta10566 | 1,352 | 2/22/2016 |
1.0.0-beta10555 | 1,162 | 2/22/2016 |
1.0.0-beta10549 | 985 | 2/22/2016 |
1.0.0-beta10516 | 1,170 | 2/22/2016 |
1.0.0-beta10492 | 1,304 | 2/22/2016 |
1.0.0-beta10474 | 1,273 | 2/22/2016 |
1.0.0-beta10426 | 1,441 | 2/22/2016 |
1.0.0-beta10260 | 1,278 | 2/20/2016 |
1.0.0-beta10219 | 1,320 | 2/20/2016 |
Fixed Include supporting properties other than Metrics and Dimensions.
Fixed data type of templated metrics set to float.
Added Calculated Metrics..
Added async methods.
Fixed Skip without Take is not skipping the first n records.
Reduce public modules and add comments.
Added Templated Dimensions and Metrics.
Added Custom Dimensions and Metrics.
Added support for IQueryable<T> Select<T>(this IQueryable<IQueryableRecord> source, Func<IQueryableRecord, T> selector).