diff options
author | Ken Payson <kpayson@google.com> | 2016-07-01 14:54:52 -0700 |
---|---|---|
committer | Ken Payson <kpayson@google.com> | 2016-07-01 14:54:52 -0700 |
commit | e4123f308342cf6985f04c41e375d8cb995a9121 (patch) | |
tree | fc07b0edbb6accf6097ae330faf92b2a606a5be8 /src/csharp/Grpc.Auth | |
parent | d3812c9318c4d0336897fd2d666be908fa1a7953 (diff) |
Updated release version to 0.15.1
Diffstat (limited to 'src/csharp/Grpc.Auth')
-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 ae83c3be2b..7865203ab8 100644 --- a/src/csharp/Grpc.Auth/project.json +++ b/src/csharp/Grpc.Auth/project.json @@ -1,5 +1,5 @@ { - "version": "0.15.0", + "version": "0.15.1", "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", + "Grpc.Core": "0.15.1", "Google.Apis.Auth": "1.11.1" }, "frameworks": { |