Mina 2.0.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package Mina --version 2.0.9
NuGet\Install-Package Mina -Version 2.0.9
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="Mina" Version="2.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mina --version 2.0.9
#r "nuget: Mina, 2.0.9"
#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 Mina as a Cake Addin
#addin nuget:?package=Mina&version=2.0.9

// Install Mina as a Cake Tool
#tool nuget:?package=Mina&version=2.0.9

Mina.NET is the .NET implementation of Apache MINA, a network application framework which helps users develop high performance and high scalability network applications easily. It provides an abstract event-driven asynchronous API over various transports such as TCP/IP via async socket.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  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 (3)

Showing the top 3 NuGet packages that depend on Mina:

Package Downloads
RespServer

Redis (RESP) Server / Protocol

EduPptPackage

Edu的PPT插件包

Yuansfer.PosPayWindows

Pos2Pos Remote Pay

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Mina:

Repository Stars
riperiperi/FreeSO
Re-implementation of The Sims Online.
Version Downloads Last updated
2.0.12 12,769 4/1/2018
2.0.11 4,026 11/25/2015
2.0.10 1,363 4/10/2015
2.0.9 1,274 2/12/2015
2.0.7.1 2,425 10/31/2014

* 2.0.9   - Apache MINA 2.0.9
 - Added InputClosed event
 - Added support for UDP multicast
 - Added throughput calculation
 - Updated Common.Logging to v3.0.0
 - Fixed a lot
* 2.0.7.1
 - Added test for KeepAliveFilter
 - Fixed incorrect IoEventType
 - Fixed incorrect method calls in socket transport
* 2.0.7   - First release based on Apache MINA 2.0.7
 - Unified yet simple API for various transport types:
   - TCP/IP & UDP/IP via .NET asynchronous socket
   - serial communication
   - loopback (in-application pipe)
 - Extensible filters
 - Low-level and high-level API:
   - low-level: uses IoBuffers
   - high-level: uses user-defined message objects and codecs
 - Highly customizable thread model
 - Out-of-the-box SSL · TLS
 - Overload shielding & traffic throttling
 - Stream-based I/O support via StreamIoHandler
 - Tested