InfluxCapacitor 0.1.1-beta

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

This is a .Net client for InfluxDB. InfluxDB is a time series database written in Go. InfluxDB is still in development. This client will reach version 1.0 about when InfluxDB does.
     This client will be open sourced on github when Linq to InfluxQL is finished (or earlier based on need). Currently InfluxQL can be specified via string based queries (there is an InfluxQL namespace with an experimental fluent interface, but I wouldn't recommend it, doesn't feel natural but okay for exploring, some people might like this).

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.1.1-beta 1,187 8/14/2015
0.1.0-beta 1,294 8/14/2015

First release, works good. No Linq to InfluxQL, but the Series and Points implement Linqable interfaces.
     Marked as beta because it depends on a pre-release version of NodaTime (http://nodatime.org/developer/roadmap.html).
     Now with more DLL's!