From 7f5d67a0dbd4f76c2ca9a7f1b303f90f12964572 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Sun, 14 Apr 2024 12:52:59 +1000 Subject: [PATCH] #700 Set package info (#705) * #700 Set package info * Additional repo url --- Directory.Build.props | 1 + legacy/SuperSocket.Engine.nuspec | 3 ++- legacy/SuperSocket.WebSocket.nuspec | 3 ++- legacy/SuperSocket.nuspec | 3 ++- pkg/SuperSocket.nuspec | 5 +++-- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index de9ecab16..739646e04 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,6 +7,7 @@ https://github.com/kerryjiang/supersocket + https://github.com/kerryjiang/SuperSocket.git Apache-2.0 true true diff --git a/legacy/SuperSocket.Engine.nuspec b/legacy/SuperSocket.Engine.nuspec index c6005b7f1..1fd197d11 100644 --- a/legacy/SuperSocket.Engine.nuspec +++ b/legacy/SuperSocket.Engine.nuspec @@ -6,11 +6,12 @@ $version$ Kerry Jiang Kerry Jiang - http://www.apache.org/licenses/LICENSE-2.0 + APACHE-2.0 http://www.supersocket.net/ true 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. SuperSocket, Socket Server, .Net Socket Server Framework + diff --git a/legacy/SuperSocket.WebSocket.nuspec b/legacy/SuperSocket.WebSocket.nuspec index fcfd66cd5..1614b9b13 100644 --- a/legacy/SuperSocket.WebSocket.nuspec +++ b/legacy/SuperSocket.WebSocket.nuspec @@ -6,11 +6,12 @@ $version$ Kerry Jiang Kerry Jiang - http://www.apache.org/licenses/LICENSE-2.0 + APACHE-2.0 http://www.supersocket.net/ true WebSocket server implementation base on SuperSocket. It is just the same codebase with SuperWebSocket but has different assembly name and namespace. SuperSocket, WebSocket, SuperWebSocket + diff --git a/legacy/SuperSocket.nuspec b/legacy/SuperSocket.nuspec index ee4e82d5c..fd87522f0 100644 --- a/legacy/SuperSocket.nuspec +++ b/legacy/SuperSocket.nuspec @@ -6,11 +6,12 @@ $version$ Kerry Jiang Kerry Jiang - http://www.apache.org/licenses/LICENSE-2.0 + APACHE-2.0 http://www.supersocket.net/ true 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. SuperSocket, Socket Server, .Net Socket Server Framework + diff --git a/pkg/SuperSocket.nuspec b/pkg/SuperSocket.nuspec index ceea32192..2ea200221 100644 --- a/pkg/SuperSocket.nuspec +++ b/pkg/SuperSocket.nuspec @@ -1,4 +1,4 @@ - + SuperSocket @@ -6,11 +6,12 @@ $version$ Kerry Jiang Kerry Jiang and other contributors - http://www.apache.org/licenses/LICENSE-2.0 + APACHE-2.0 http://www.supersocket.net/ true 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. SuperSocket, Socket Server, .Net Socket Server Framework +