From 18b85ab44f9b90116daa6832761f17e61f7b63bd Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 15 Jan 2013 00:32:19 +0800 Subject: [PATCH] add readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..09fdd357 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +shadowsocks-csharp +=========== + +Current version: 1.0.0.0 + +This is C# version of shadowsocks. + +Other ports and clients can be found [here](https://github.com/clowwindy/shadowsocks/wiki/Ports-and-Clients). + +usage +----------- + +Use Visual Studio 2008 or higher to build. + +Need .Net 3.5.