diff options
author | Yuchen Zeng <zyc@google.com> | 2016-06-24 18:13:32 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-06-24 18:13:32 -0700 |
commit | c2dbb56d28833c474ded2573d5d904e550d94918 (patch) | |
tree | e71a3ace6c74500a73215c9fa261a4fe4fb60505 /src/csharp/Grpc.Auth/project.json | |
parent | 2eb82d7c0a8a1e916512dd77ec994b387b2a08d2 (diff) | |
parent | a5cae9bd646774f88cfa0781580f64eeb8df8594 (diff) |
Merge remote-tracking branch 'upstream/master' into auto-build-example
Diffstat (limited to 'src/csharp/Grpc.Auth/project.json')
-rw-r--r-- | src/csharp/Grpc.Auth/project.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Auth/project.json b/src/csharp/Grpc.Auth/project.json index 1677565824..4c5c960204 100644 --- a/src/csharp/Grpc.Auth/project.json +++ b/src/csharp/Grpc.Auth/project.json @@ -1,5 +1,5 @@ { - "version": "0.15.0-dev", + "version": "0.16.0-dev", "title": "gRPC C# Auth", "authors": [ "Google Inc." ], "copyright": "Copyright 2015, Google Inc.", @@ -13,7 +13,7 @@ "tags": [ "gRPC RPC Protocol HTTP/2 Auth OAuth2" ], }, "dependencies": { - "Grpc.Core": "0.15.0-dev", + "Grpc.Core": "0.16.0-dev", "Google.Apis.Auth": "1.11.1" }, "frameworks": { |