aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core.Testing
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-03-20 17:00:45 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-03-20 17:00:45 -0700
commit3e30832ccad4df08e3ca1967ab9d3d3c48f27a6f (patch)
treee392f51d099580ae0d51ae5316d45041f56a11d9 /src/csharp/Grpc.Core.Testing
parente2cfe9df79c4eda4e376222df064c4c65e616352 (diff)
bump v1.2.x branch to 1.2.1-pre1
Diffstat (limited to 'src/csharp/Grpc.Core.Testing')
-rw-r--r--src/csharp/Grpc.Core.Testing/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Core.Testing/project.json b/src/csharp/Grpc.Core.Testing/project.json
index 737ae3b926..960774c0d9 100644
--- a/src/csharp/Grpc.Core.Testing/project.json
+++ b/src/csharp/Grpc.Core.Testing/project.json
@@ -1,5 +1,5 @@
{
- "version": "1.2.0",
+ "version": "1.2.1-pre1",
"title": "gRPC C# Core Testing",
"authors": [ "Google Inc." ],
"copyright": "Copyright 2017, Google Inc.",
@@ -21,7 +21,7 @@
}
},
"dependencies": {
- "Grpc.Core": "1.2.0"
+ "Grpc.Core": "1.2.1-pre1"
},
"frameworks": {
"net45": {