aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/README.md')
-rwxr-xr-xsrc/csharp/README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/csharp/README.md b/src/csharp/README.md
index 9967af22b3..55739a1f83 100755
--- a/src/csharp/README.md
+++ b/src/csharp/README.md
@@ -59,7 +59,7 @@ mono ~/Downloads/NuGet.exe restore Grpc.sln
one will make them pass.
```
-nunit-console GrpcCoreTests.dll
+nunit-console Grpc.Core.Tests.dll
```
CONTENTS
@@ -67,11 +67,11 @@ CONTENTS
- ext:
The extension library that wraps C API to be more digestible by C#.
-- GrpcApi:
- API examples for math.proto and testservice.proto
-- GrpcCore:
+- Grpc.Core:
The main gRPC C# library.
-- InteropClient:
- Client for interop testing.
-- MathClient:
+- Grpc.Examples:
+ API examples for math.proto
+- Grpc.Examples.MathClient:
An example client that sends some requests to math server.
+- Grpc.IntegrationTesting:
+ Client for cross-language gRPC implementation testing (interop testing).