Mixpanel 1.2.6

dotnet add package Mixpanel --version 1.2.6
NuGet\Install-Package Mixpanel -Version 1.2.6
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="Mixpanel" Version="1.2.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mixpanel --version 1.2.6
#r "nuget: Mixpanel, 1.2.6"
#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 Mixpanel as a Cake Addin
#addin nuget:?package=Mixpanel&version=1.2.6

// Install Mixpanel as a Cake Tool
#tool nuget:?package=Mixpanel&version=1.2.6

A .NET Mixpanel API to add tracking to your Windows Phone, WinRT and .NET 4 apps. The complete Mixpanel API is supported (tracking events and all types of profile updates). The API also supports offline mode and bad networks: if element could not be sent, it'll be stored locally and sent later on.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Windows Phone wp8 is compatible.  wp81 is compatible.  wpa is compatible. 
Windows Store win8 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.2.6 56,152 1/13/2015
1.2.5 1,685 11/28/2014
1.2.4 1,361 7/17/2014
1.2.3 1,188 7/17/2014
1.2.2 1,191 7/17/2014
1.2.1 1,256 6/3/2014
1.2.0 1,160 6/3/2014
1.1.0 1,206 4/28/2014
1.0.2 1,272 3/14/2014
1.0.1 1,250 2/13/2014
1.0.0 1,216 2/12/2014

New feature: Added support for universal apps.
     Breaking change: all packages now depend on JSON.NET so code can be open-sourced.