Skip to content

Commit 347bf06

Browse files
committed
prepare for v2.0.11
1 parent b9ae5d2 commit 347bf06

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

Mina.NET/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("2.0.10")]
38-
[assembly: AssemblyFileVersion("2.0.10")]
37+
[assembly: AssemblyVersion("2.0.11")]
38+
[assembly: AssemblyFileVersion("2.0.11")]

mina.nuspec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Mina</id>
5-
<version>2.0.10</version>
5+
<version>2.0.11</version>
66
<title>Mina.NET</title>
77
<authors>Longshine</authors>
88
<owners>Longshine</owners>
@@ -11,7 +11,11 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<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>
1313
<summary>.NET implementation of Apache MINA</summary>
14-
<releaseNotes> * 2.0.10
14+
<releaseNotes> * 2.0.11
15+
- Added client mode in SslFilter (thanks @ddfczm)
16+
- Fixed invalid reading in SslFilter
17+
- Fixed incorrect use of Semaphore in ProtocolCodecFilter
18+
* 2.0.10
1519
- Fixed potential performance degradation (thanks @gmav)
1620
- Fixed IConnectFuture.Cancel()
1721
* 2.0.9 - Apache MINA 2.0.9
@@ -43,7 +47,7 @@
4347
<frameworkAssembly assemblyName="System"/>
4448
</frameworkAssemblies>
4549
<dependencies>
46-
<dependency id="Common.Logging" version="3.1.0" />
50+
<dependency id="Common.Logging" version="3.3.1" />
4751
</dependencies>
4852
</metadata>
4953
<files>

0 commit comments

Comments
 (0)