aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Reflection/project.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-01 09:31:18 -0800
committerGravatar GitHub <noreply@github.com>2017-02-01 09:31:18 -0800
commita3310f8e1dbbf98bbe91f8b334523496afc856a2 (patch)
tree4159bebae27d89326436a1b45cac605008b3c774 /src/csharp/Grpc.Reflection/project.json
parent4040e13cc5b46a03c67bae8506668d54d978c56d (diff)
parent6e0a4760c4ef38784a0b0de397481134bfd0576c (diff)
Merge pull request #9513 from ctiller/version3
Bump master version numbers
Diffstat (limited to 'src/csharp/Grpc.Reflection/project.json')
-rw-r--r--src/csharp/Grpc.Reflection/project.json4
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..bfc57661eb 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.2.0-dev",
"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.2.0-dev",
"Google.Protobuf": "3.0.0"
},
"frameworks": {