diff options
author | David Garcia Quintas <dgq@google.com> | 2017-03-09 15:02:19 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-03-09 15:02:19 -0800 |
commit | 904e7f53aeb585df4eacac5d549585654bed1fd8 (patch) | |
tree | 19e74406f82674bbfca0a383ffb5ce2ec8f697ce /src/csharp/Grpc.HealthCheck | |
parent | eb064ec7b81b60c5e1eb47d6124d0c05056b3097 (diff) |
Introducing 1.2.0-pre1
Diffstat (limited to 'src/csharp/Grpc.HealthCheck')
-rw-r--r-- | src/csharp/Grpc.HealthCheck/project.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.HealthCheck/project.json b/src/csharp/Grpc.HealthCheck/project.json index 9e9d245cae..330002f3ad 100644 --- a/src/csharp/Grpc.HealthCheck/project.json +++ b/src/csharp/Grpc.HealthCheck/project.json @@ -1,5 +1,5 @@ { - "version": "1.2.0-dev", + "version": "1.2.0-pre1", "title": "gRPC C# Healthchecking", "authors": [ "Google Inc." ], "copyright": "Copyright 2015, Google Inc.", @@ -21,7 +21,7 @@ } }, "dependencies": { - "Grpc.Core": "1.2.0-dev", + "Grpc.Core": "1.2.0-pre1", "Google.Protobuf": "3.2.0" }, "frameworks": { |