Skip to content

Commit

Permalink
Merge pull request #73 from jskeet/beta02
Browse files Browse the repository at this point in the history
Update version numbers ready for a beta02 release.
  • Loading branch information
jskeet authored Sep 12, 2016
2 parents 89bcca9 + 043d483 commit 4c3d229
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Google.Api.CommonProtos/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta01-*",
"version": "1.0.0-beta02-*",

"packOptions": {
"title": "Google API Common Protos",
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-beta01-*",
"version": "1.0.0-beta02-*",

"packOptions": {
"title": "Google REST API Extensions",
Expand All @@ -16,8 +16,8 @@
},

"dependencies": {
"Google.Apis.Auth": "1.15.0",
"Google.Apis": "1.15.0",
"Google.Apis.Auth": "1.16.0",
"Google.Apis": "1.16.0",
"System.Interactive.Async": "3.0.0"
},
"frameworks": {
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-beta01-*",
"version": "1.0.0-beta02-*",

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

"dependencies": {
"Google.Apis.Auth": "1.15.0",
"Google.Apis.Auth": "1.16.0",
"Google.Protobuf": "3.0.0",
"Google.Protobuf.Tools": { "version": "3.0.0", "type": "build" },
"Grpc.Auth": "1.0.0",
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-beta01-*",
"version": "1.0.0-beta02-*",

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

0 comments on commit 4c3d229

Please sign in to comment.