diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-01-30 23:28:06 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-01-30 23:28:06 +0100 |
commit | 4dcb7862bf6dc2c8bb1cb5c74d3be14fc34022fa (patch) | |
tree | 571f38066daf722a2b25248e514f36e9e860744a /src/csharp/Grpc.HealthCheck/project.json | |
parent | 93934f83fad97478c9ec3a6d2a6eba901274eaad (diff) |
Flagging version 1.1.0.
Diffstat (limited to 'src/csharp/Grpc.HealthCheck/project.json')
-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 d34335e596..7d7c8ab1da 100644 --- a/src/csharp/Grpc.HealthCheck/project.json +++ b/src/csharp/Grpc.HealthCheck/project.json @@ -1,5 +1,5 @@ { - "version": "1.1.0-pre1", + "version": "1.1.0", "title": "gRPC C# Healthchecking", "authors": [ "Google Inc." ], "copyright": "Copyright 2015, Google Inc.", @@ -21,7 +21,7 @@ } }, "dependencies": { - "Grpc.Core": "1.1.0-pre1", + "Grpc.Core": "1.1.0", "Google.Protobuf": "3.0.0" }, "frameworks": { |