aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.HealthCheck
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-02-23 14:25:40 -0800
committerGravatar Ken Payson <kpayson@google.com>2017-02-23 14:25:40 -0800
commitfd6cc7de7b340ca89f03c291741ca3b1e73cf3a4 (patch)
tree0171379755bb487bab1d398c8de0754081917a7e /src/csharp/Grpc.HealthCheck
parent5eb24eeaed12f96e49171a77939e23ff2af8680b (diff)
Bump version to v1.1.3
Diffstat (limited to 'src/csharp/Grpc.HealthCheck')
-rw-r--r--src/csharp/Grpc.HealthCheck/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.HealthCheck/project.json b/src/csharp/Grpc.HealthCheck/project.json
index dd5f109641..7789097c7a 100644
--- a/src/csharp/Grpc.HealthCheck/project.json
+++ b/src/csharp/Grpc.HealthCheck/project.json
@@ -1,5 +1,5 @@
{
- "version": "1.1.2",
+ "version": "1.1.3",
"title": "gRPC C# Healthchecking",
"authors": [ "Google Inc." ],
"copyright": "Copyright 2015, Google Inc.",
@@ -21,7 +21,7 @@
}
},
"dependencies": {
- "Grpc.Core": "1.1.2",
+ "Grpc.Core": "1.1.3",
"Google.Protobuf": "3.0.0"
},
"frameworks": {