Skip to content

Commit

Permalink
Update to using the latest Google.Apis
Browse files Browse the repository at this point in the history
(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).
  • Loading branch information
jskeet committed Dec 13, 2016
1 parent b754466 commit 6468b76
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/Google.Api.Gax.Grpc/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta05-*",
"version": "1.0.0-beta06-*",

"packOptions": {
"title": "Google grPC API Extensions",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/Google.Api.Gax.Rest/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta05-*",
"version": "1.0.0-beta06-*",

"packOptions": {
"title": "Google REST API Extensions",
Expand All @@ -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": { },
Expand Down
4 changes: 2 additions & 2 deletions src/Google.Api.Gax/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta05-*",
"version": "1.0.0-beta06-*",

"packOptions": {
"title": "Google API Extensions",
Expand All @@ -17,7 +17,7 @@
},

"dependencies": {
"Google.Apis.Auth": "1.18.0",
"Google.Apis.Auth": "1.20.0",
"System.Interactive.Async": "3.1.1"
},
"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion testing/Google.Api.Gax.Grpc.Testing/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta05-*",
"version": "1.0.0-beta06-*",

"packOptions": {
"title": "Testing support for Google.Api.Gax",
Expand Down
2 changes: 1 addition & 1 deletion testing/Google.Api.Gax.Testing/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta05-*",
"version": "1.0.0-beta06-*",

"packOptions": {
"title": "Testing support for Google.Api.Gax",
Expand Down

0 comments on commit 6468b76

Please sign in to comment.