diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-01-23 23:52:35 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-01-23 23:52:35 +0100 |
commit | da83b376ebb03818221c823c6b53162b79d0b389 (patch) | |
tree | e7164efa7c10ed264dffb6574259422d549a5940 /src/csharp/Grpc.Reflection | |
parent | 889b0a45352928e2a815c34d5f849be9641284b0 (diff) |
Changing versions from -dev to -pre1 on the release branch.
Diffstat (limited to 'src/csharp/Grpc.Reflection')
-rw-r--r-- | src/csharp/Grpc.Reflection/project.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Reflection/project.json b/src/csharp/Grpc.Reflection/project.json index 2fe617cc7a..c10125457e 100644 --- a/src/csharp/Grpc.Reflection/project.json +++ b/src/csharp/Grpc.Reflection/project.json @@ -1,5 +1,5 @@ { - "version": "1.1.0-dev", + "version": "1.1.0-pre1", "title": "gRPC C# Reflection", "authors": [ "Google Inc." ], "copyright": "Copyright 2016, Google Inc.", @@ -21,7 +21,7 @@ } }, "dependencies": { - "Grpc.Core": "1.1.0-dev", + "Grpc.Core": "1.1.0-pre1", "Google.Protobuf": "3.0.0" }, "frameworks": { |