aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-07-31 12:31:50 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-07-31 12:42:47 +0200
commit79e7eb8669fc1900a952f01bcc419be9de7ff0be (patch)
tree2c8fd718dc07edbe5845798007bca1c1c65928e8 /src/csharp/README.md
parent2180588e5c6e72992b11b1e88d6a2ea35c5fdd25 (diff)
mention experimental support for Xamarin and Unity
Diffstat (limited to 'src/csharp/README.md')
-rw-r--r--src/csharp/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/csharp/README.md b/src/csharp/README.md
index 92be4bf1e5..cbaa51a071 100644
--- a/src/csharp/README.md
+++ b/src/csharp/README.md
@@ -32,6 +32,14 @@ HOW TO USE
- To be able to generate code from Protocol Buffer (`.proto`) file definitions, add the [Grpc.Tools](https://www.nuget.org/packages/Grpc.Tools/) NuGet package that contains Protocol Buffers compiler (_protoc_) and the gRPC _protoc_ plugin.
+**Xamarin.Android and Xamarin.iOS (Experimental only) **
+
+See [Experimentally supported platforms](experimental) for instructions.
+
+**Unity (Experimental only) **
+
+See [Experimentally supported platforms](experimental) for instructions.
+
BUILD FROM SOURCE
-----------------