Helios.NET35 1.4.0

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

// Install Helios.NET35 as a Cake Tool
#tool nuget:?package=Helios.NET35&version=1.4.0

High performance, reactive TCP / UDP socket middleware for .NET + (NET35 Support)

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  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. 
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
1.4.0 1,685 4/2/2015
1.3.6 1,296 2/9/2015
1.3.5 1,257 8/22/2014
1.3.4 1,147 8/16/2014
1.3.3 1,228 7/23/2014
1.3.0 1,261 7/9/2014
1.2.8 1,231 7/9/2014
1.2.7 1,129 7/9/2014
1.2.6 1,194 7/9/2014
1.2.5 1,224 7/9/2014
1.2.4 1,253 7/9/2014
1.2.3 1,228 6/2/2014
1.2.0 1,242 5/28/2014
1.1.5 1,176 5/27/2014
1.1.3 1,193 5/23/2014
1.1.2 1,238 5/20/2014
1.1.1 1,212 5/20/2014
1.1.0 1,268 5/20/2014
1.0.0 1,391 4/16/2014
0.2.2 1,295 4/1/2014
0.2.1 1,249 2/25/2014
0.2.0.2 1,224 2/19/2014
0.2.0.1 1,238 2/16/2014
0.2.0 1,258 2/16/2014

Major update to Helios designed to help support [Akka.NET v1](http://getakka.net/).
Added Mono support to all outbound clients. All benchmarks have been run on Mono as well as the full build suite.
Fixed data loss issued caused during periods of high-speed writes. This has been resolved.
Added stubs for tracing and monitoring.
Integrated [Helios.DedicatedThreadPool](https://github.com/helios-io/DedicatedThreadPool) for a massive performance boost on the `DedicatedThreadFiber`, used by default on most socket clients.