aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-05 12:15:22 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-15 18:18:20 +0200
commit4da4750897828e7081e00784970ac6134158fcea (patch)
treee28805992afea1d9c6d2466c7be75dc996c3c3c3 /src/csharp/Grpc.Auth
parentabfd37fc86df4112120781c0a960baafdef3244f (diff)
update Google.Apis.Auth to 1.16.0 for project.json projects
Diffstat (limited to 'src/csharp/Grpc.Auth')
-rw-r--r--src/csharp/Grpc.Auth/project.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/csharp/Grpc.Auth/project.json b/src/csharp/Grpc.Auth/project.json
index fce8b596a3..19691cf9fa 100644
--- a/src/csharp/Grpc.Auth/project.json
+++ b/src/csharp/Grpc.Auth/project.json
@@ -1,5 +1,5 @@
{
- "version": "1.0.1-pre1",
+ "version": "1.1.0-dev",
"title": "gRPC C# Auth",
"authors": [ "Google Inc." ],
"copyright": "Copyright 2015, Google Inc.",
@@ -22,8 +22,8 @@
}
},
"dependencies": {
- "Grpc.Core": "1.0.1-pre1",
- "Google.Apis.Auth": "1.15.0"
+ "Grpc.Core": "1.1.0-dev",
+ "Google.Apis.Auth": "1.16.0"
},
"frameworks": {
"net45": { },