From 2917c582104bb8a9dcbc59cba44fe6b9fe2895f4 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 17 Nov 2013 18:14:58 +0900 Subject: [PATCH] Added Supported .NET framework --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6443d514..a2b8e440 100644 --- a/README.md +++ b/README.md @@ -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**.