Skip to content

Commit

Permalink
Fix nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
darkl authored and Elad Zelingher committed Feb 26, 2015
1 parent 2474f76 commit bc52802
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions SuperSocket.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>SuperSocket</id>
<title>SuperSocket</title>
<version>1.6.4</version>
<version>1.6.5</version>
<authors>Kerry Jiang</authors>
<owners>Kerry Jiang</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
Expand All @@ -12,15 +12,16 @@
<description>SuperSocket is a light weight, cross platform and extensible socket server application framework. You can use it to build a server side socket application (like game server, GPS server, industrial control system, data acquisition server etc) easily without thinking about how to use socket, how to maintain the socket connections and how socket works.</description>
<tags>SuperSocket, Socket Server, .Net Socket Server Framework</tags>
<dependencies>
<dependency id="log4net" version="1.2.13" />
<dependency id="log4net" version="2.0.3" />
</dependencies>
<references>
<reference file="SuperSocket.Common.dll" />
<reference file="SuperSocket.SocketBase.dll" />
<reference file="SuperSocket.Facility.dll" />
<reference file="SuperSocket.SocketEngine.dll" />
</references>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Configuration" />
</frameworkAssemblies>
</metadata>
</package>
</package>

0 comments on commit bc52802

Please sign in to comment.