aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-03 17:54:38 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-03 18:11:10 -0800
commita7608b081e30f6fef5fd36935f8c8591381d4bde (patch)
tree43c7d282a57a969cc5272422f431c270cd5ba3be /src/csharp/README.md
parentea6f6d99f46cc0445840408da8d6096405fc209c (diff)
Prototype of gRPC C# library (Core and API examples)
Diffstat (limited to 'src/csharp/README.md')
-rwxr-xr-xsrc/csharp/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/csharp/README.md b/src/csharp/README.md
index 5b56303c14..75bfb26252 100755
--- a/src/csharp/README.md
+++ b/src/csharp/README.md
@@ -19,4 +19,8 @@ CONTENTS
- ext:
The extension library that wraps C API to be more digestible by C#.
+- GrpcCore:
+ The main gRPC C# library.
+- GrpcApi:
+ API examples for math.proto.