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.
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.
// Install InfluxCapacitor as a Cake Addin
#addin nuget:?package=InfluxCapacitor&version=0.1.1-beta&prerelease

// Install InfluxCapacitor as a Cake Tool
#tool nuget:?package=InfluxCapacitor&version=0.1.1-beta&prerelease

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,001 8/14/2015
0.1.0-beta 1,012 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!