Skip to content

Commit

Permalink
prepare for v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
longshine committed Apr 10, 2015
1 parent e77ed81 commit f99131c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Mina.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.9")]
[assembly: AssemblyFileVersion("2.0.9")]
[assembly: AssemblyVersion("2.0.10")]
[assembly: AssemblyFileVersion("2.0.10")]
11 changes: 6 additions & 5 deletions mina.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Mina</id>
<version>2.0.9</version>
<version>2.0.10</version>
<title>Mina.NET</title>
<authors>Longshine</authors>
<owners>Longshine</owners>
Expand All @@ -11,7 +11,10 @@
<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.9 - Apache MINA 2.0.9
<releaseNotes> * 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
Expand Down Expand Up @@ -40,15 +43,13 @@
<frameworkAssembly assemblyName="System"/>
</frameworkAssemblies>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
</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.pdb" target="lib\net20\Mina.NET.pdb" />
<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.pdb" target="lib\net40\Mina.NET.pdb" />
<file src="Mina.NET\bin\Release\Mina.NET.xml" target="lib\net40\Mina.NET.xml" />
<file src="LICENSE" target="LICENSE" />
</files>
Expand Down

0 comments on commit f99131c

Please sign in to comment.