Added Supported .NET framework

This commit is contained in:
sta 2013-11-17 18:14:58 +09:00
parent fac0615bb1
commit 2917c58210

View File

@ -35,6 +35,10 @@ PM> Install-Package WebSocketSharp -Pre
That's priced at **15 US$**. I think that your 15 $ makes this project more better and accelerated, Thank you!
## Supported .NET framework ##
**websocket-sharp** supports .NET **3.5** compatible or later.
## Usage ##
### WebSocket Client ###
@ -426,10 +430,6 @@ ws.Log.Debug ("This is a debug message.");
The `WebSocketServer` and `HttpServer` classes include the same logging functions.
## Required Environment ##
C# **3.0**, .NET **3.5** compatible or later.
## Examples ##
Examples using **websocket-sharp**.