diff options
author | 2017-03-20 12:51:17 -0700 | |
---|---|---|
committer | 2017-03-20 12:51:17 -0700 | |
commit | 69e5a286351fb87c54d29322fbc03859a829e636 (patch) | |
tree | 4dd65e4ebcc0ae26bb41b11dfcd6110a49f90932 /src/csharp/Grpc.Auth/project.json | |
parent | 252205cef86c148a32d11df25a5cde2840296fe6 (diff) |
Going for 1.2.0
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 fc0a8ba0de..ad708e32c4 100644 --- a/src/csharp/Grpc.Auth/project.json +++ b/src/csharp/Grpc.Auth/project.json @@ -1,5 +1,5 @@ { - "version": "1.2.0-pre2", + "version": "1.2.0", "title": "gRPC C# Auth", "authors": [ "Google Inc." ], "copyright": "Copyright 2015, Google Inc.", @@ -21,7 +21,7 @@ } }, "dependencies": { - "Grpc.Core": "1.2.0-pre2", + "Grpc.Core": "1.2.0", "Google.Apis.Auth": "1.21.0" }, "frameworks": { |