1 Star 0 Fork 108

帝者师 / Mina.NET

forked from longshine / Mina.NET 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mina.nuspec 2.75 KB
一键复制 编辑 原始数据 按行查看 历史
longshine 提交于 2015-11-25 21:14 . prepare for v2.0.11
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Mina</id>
<version>2.0.11</version>
<title>Mina.NET</title>
<authors>Longshine</authors>
<owners>Longshine</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/longshine/Mina.NET</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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.</description>
<summary>.NET implementation of Apache MINA</summary>
<releaseNotes> * 2.0.11
- Added client mode in SslFilter (thanks @ddfczm)
- Fixed invalid reading in SslFilter
- Fixed incorrect use of Semaphore in ProtocolCodecFilter
* 2.0.10
- Fixed potential performance degradation (thanks @gmav)
- Fixed IConnectFuture.Cancel()
* 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 &amp; 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 &amp; traffic throttling
- Stream-based I/O support via StreamIoHandler
- Tested</releaseNotes>
<tags>async socket MINA Netty NIO SocketAsyncEventArgs</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System"/>
</frameworkAssemblies>
<dependencies>
<dependency id="Common.Logging" version="3.3.1" />
</dependencies>
</metadata>
<files>
<file src="Mina.NET\bin\Release\NET20\Mina.NET.dll" target="lib\net20\Mina.NET.dll" />
<file src="Mina.NET\bin\Release\NET20\Mina.NET.xml" target="lib\net20\Mina.NET.xml" />
<file src="Mina.NET\bin\Release\Mina.NET.dll" target="lib\net40\Mina.NET.dll" />
<file src="Mina.NET\bin\Release\Mina.NET.xml" target="lib\net40\Mina.NET.xml" />
<file src="LICENSE" target="LICENSE" />
</files>
</package>
C#
1
https://gitee.com/fxh/Mina.NET.git
git@gitee.com:fxh/Mina.NET.git
fxh
Mina.NET
Mina.NET
master

搜索帮助