aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Reflection
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.Reflection
parent8d69254cef6c37a093e3c2d8a7b1abd134e78498 (diff)
Bump 1.2.x version to pre-2
Diffstat (limited to 'src/csharp/Grpc.Reflection')
-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 1a77a854c2..8daa9e47dd 100644
--- a/src/csharp/Grpc.Reflection/project.json
+++ b/src/csharp/Grpc.Reflection/project.json
@@ -1,5 +1,5 @@
{
- "version": "1.2.0-pre1",
+ "version": "1.2.0-pre2",
"title": "gRPC C# Reflection",
"authors": [ "Google Inc." ],
"copyright": "Copyright 2016, 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": {