aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth
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.Auth
parente2cfe9df79c4eda4e376222df064c4c65e616352 (diff)
bump v1.2.x branch to 1.2.1-pre1
Diffstat (limited to 'src/csharp/Grpc.Auth')
-rw-r--r--src/csharp/Grpc.Auth/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Auth/project.json b/src/csharp/Grpc.Auth/project.json
index ad708e32c4..16584f9b14 100644
--- a/src/csharp/Grpc.Auth/project.json
+++ b/src/csharp/Grpc.Auth/project.json
@@ -1,5 +1,5 @@
{
- "version": "1.2.0",
+ "version": "1.2.1-pre1",
"title": "gRPC C# Auth",
"authors": [ "Google Inc." ],
"copyright": "Copyright 2015, Google Inc.",
@@ -21,7 +21,7 @@
}
},
"dependencies": {
- "Grpc.Core": "1.2.0",
+ "Grpc.Core": "1.2.1-pre1",
"Google.Apis.Auth": "1.21.0"
},
"frameworks": {