aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Reflection
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-03-01 15:31:31 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-03-01 15:31:31 -0800
commit5c2d7e287bb8b560218c184de0afd7efaf8f7059 (patch)
treea316133328cdc3a934853e7ba2dd3e1940cd4eb4 /src/csharp/Grpc.Reflection
parentdf6d4928ce0994b3704a769f45eb38b2534f03ff (diff)
Boost grpc version to v1.1.4
Diffstat (limited to 'src/csharp/Grpc.Reflection')
-rw-r--r--src/csharp/Grpc.Reflection/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Reflection/project.json b/src/csharp/Grpc.Reflection/project.json
index 5a9964b838..bc4bca023a 100644
--- a/src/csharp/Grpc.Reflection/project.json
+++ b/src/csharp/Grpc.Reflection/project.json
@@ -1,5 +1,5 @@
{
- "version": "1.1.3",
+ "version": "1.1.4",
"title": "gRPC C# Reflection",
"authors": [ "Google Inc." ],
"copyright": "Copyright 2016, Google Inc.",
@@ -21,7 +21,7 @@
}
},
"dependencies": {
- "Grpc.Core": "1.1.3",
+ "Grpc.Core": "1.1.4",
"Google.Protobuf": "3.0.0"
},
"frameworks": {