aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.HealthCheck
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-03-16 11:01:06 -0700
committerGravatar Ken Payson <kpayson@google.com>2017-03-16 11:01:06 -0700
commit12ca7d319c2ef2ff2e15ea0ed02ccb5c84198aa7 (patch)
tree67f1ecce6f5ddc5c47e5ebe263e9530f42223ac9 /src/csharp/Grpc.HealthCheck
parent8d69254cef6c37a093e3c2d8a7b1abd134e78498 (diff)
Bump 1.2.x version to pre-2
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 330002f3ad..ae3094b903 100644
--- a/src/csharp/Grpc.HealthCheck/project.json
+++ b/src/csharp/Grpc.HealthCheck/project.json
@@ -1,5 +1,5 @@
{
- "version": "1.2.0-pre1",
+ "version": "1.2.0-pre2",
"title": "gRPC C# Healthchecking",
"authors": [ "Google Inc." ],
"copyright": "Copyright 2015, Google Inc.",
@@ -21,7 +21,7 @@
}
},
"dependencies": {
- "Grpc.Core": "1.2.0-pre1",
+ "Grpc.Core": "1.2.0-pre2",
"Google.Protobuf": "3.2.0"
},
"frameworks": {