aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/protos/README.md
diff options
context:
space:
mode:
authorGravatar Jisi Liu <liujisi@google.com>2017-12-19 17:45:56 -0800
committerGravatar GitHub <noreply@github.com>2017-12-19 17:45:56 -0800
commitd106399d39a3a5719f1e3d8b5997a4437eb83af3 (patch)
tree0b247a1d9a5fb782e432f1a17bb8eb90a4bdf24f /csharp/protos/README.md
parent6c3c7f6d5d68433af01c5ca500978c2d69f15212 (diff)
parentb308580bb1c3f87a062ac1448a3e0bdaab9d40cf (diff)
Merge pull request #4072 from google/jieluo
Cherrypick for csharp, including:
Diffstat (limited to 'csharp/protos/README.md')
-rw-r--r--csharp/protos/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/csharp/protos/README.md b/csharp/protos/README.md
new file mode 100644
index 00000000..bdd66fcf
--- /dev/null
+++ b/csharp/protos/README.md
@@ -0,0 +1,3 @@
+This directory contains unit test protos adapted from those in
+src/google/protobuf, and C#-specific test protos for regression
+tests against bugs found in the C# codegen or library.