From 6468b76b28212e957b66a307bdda9225509064b0 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 13 Dec 2016 14:18:39 +0000 Subject: [PATCH] Update to using the latest Google.Apis (This removes the problematic BouncyCastle dependency.) Updated the published version to beta06 as well, so I can do a release immediately afterwards. Note that the CommonProtos package is unaffected (and stays at beta05). --- src/Google.Api.Gax.Grpc/project.json | 4 ++-- src/Google.Api.Gax.Rest/project.json | 6 +++--- src/Google.Api.Gax/project.json | 4 ++-- testing/Google.Api.Gax.Grpc.Testing/project.json | 2 +- testing/Google.Api.Gax.Testing/project.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Google.Api.Gax.Grpc/project.json b/src/Google.Api.Gax.Grpc/project.json index 5ac24f78..9b0f5255 100644 --- a/src/Google.Api.Gax.Grpc/project.json +++ b/src/Google.Api.Gax.Grpc/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta05-*", + "version": "1.0.0-beta06-*", "packOptions": { "title": "Google grPC API Extensions", @@ -18,7 +18,7 @@ "dependencies": { "Google.Api.Gax": { "target": "project" }, - "Google.Apis.Auth": "1.18.0", + "Google.Apis.Auth": "1.20.0", "Google.Protobuf": "3.0.0", "Google.Protobuf.Tools": { "version": "3.0.0", "type": "build" }, "Grpc.Auth": "1.0.1", diff --git a/src/Google.Api.Gax.Rest/project.json b/src/Google.Api.Gax.Rest/project.json index 57c8de56..35b97e69 100644 --- a/src/Google.Api.Gax.Rest/project.json +++ b/src/Google.Api.Gax.Rest/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta05-*", + "version": "1.0.0-beta06-*", "packOptions": { "title": "Google REST API Extensions", @@ -18,8 +18,8 @@ "dependencies": { "Google.Api.Gax": { "target": "project" }, - "Google.Apis.Auth": "1.18.0", - "Google.Apis": "1.18.0" + "Google.Apis.Auth": "1.20.0", + "Google.Apis": "1.20.0" }, "frameworks": { "net45": { }, diff --git a/src/Google.Api.Gax/project.json b/src/Google.Api.Gax/project.json index 1b88a87a..4de182f0 100644 --- a/src/Google.Api.Gax/project.json +++ b/src/Google.Api.Gax/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta05-*", + "version": "1.0.0-beta06-*", "packOptions": { "title": "Google API Extensions", @@ -17,7 +17,7 @@ }, "dependencies": { - "Google.Apis.Auth": "1.18.0", + "Google.Apis.Auth": "1.20.0", "System.Interactive.Async": "3.1.1" }, "frameworks": { diff --git a/testing/Google.Api.Gax.Grpc.Testing/project.json b/testing/Google.Api.Gax.Grpc.Testing/project.json index 1c3cf81a..0570aa6b 100644 --- a/testing/Google.Api.Gax.Grpc.Testing/project.json +++ b/testing/Google.Api.Gax.Grpc.Testing/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta05-*", + "version": "1.0.0-beta06-*", "packOptions": { "title": "Testing support for Google.Api.Gax", diff --git a/testing/Google.Api.Gax.Testing/project.json b/testing/Google.Api.Gax.Testing/project.json index 207da109..70ad6cc6 100644 --- a/testing/Google.Api.Gax.Testing/project.json +++ b/testing/Google.Api.Gax.Testing/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta05-*", + "version": "1.0.0-beta06-*", "packOptions": { "title": "Testing support for Google.Api.Gax",