Skip to content

Commit

Permalink
chore: Update Spanner versions to 5.0.0-beta00
Browse files Browse the repository at this point in the history
This will avoid the breaking change detector firing whenever there's
a change. We *know* there's a breaking change since 4.6.0, and the
next release will be 5.0.0 (or a beta of it).
  • Loading branch information
jskeet committed Jan 16, 2024
1 parent 2ff93c3 commit 5d7ca79
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.6.0</Version>
<Version>5.0.0-beta00</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Spanner Database Admin API.</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.6.0</Version>
<Version>5.0.0-beta00</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Spanner Instance Admin API.</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.6.0</Version>
<Version>5.0.0-beta00</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Common resource names used by all Spanner V1 APIs</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.6.0</Version>
<Version>5.0.0-beta00</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Google ADO.NET Provider for Google Cloud Spanner.</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.6.0</Version>
<Version>5.0.0-beta00</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Low-level Google client library to access the Google Cloud Spanner API. The ADO.NET provider (Google.Cloud.Spanner.Data) which depends on this package is generally preferred for Spanner access.</Description>
Expand Down
10 changes: 5 additions & 5 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -4517,7 +4517,7 @@
"protoPath": "google/spanner/admin/database/v1",
"productName": "Google Cloud Spanner Database Administration",
"productUrl": "https://cloud.google.com/spanner/",
"version": "4.6.0",
"version": "5.0.0-beta00",
"commonResourcesConfig": "apis/Google.Cloud.Spanner.Common.V1/CommonResourcesConfig.json",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Spanner Database Admin API.",
Expand All @@ -4544,7 +4544,7 @@
"protoPath": "google/spanner/admin/instance/v1",
"productName": "Google Cloud Spanner Instance Administration",
"productUrl": "https://cloud.google.com/spanner/",
"version": "4.6.0",
"version": "5.0.0-beta00",
"commonResourcesConfig": "apis/Google.Cloud.Spanner.Common.V1/CommonResourcesConfig.json",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Spanner Instance Admin API.",
Expand All @@ -4569,7 +4569,7 @@
"id": "Google.Cloud.Spanner.Data",
"targetFrameworks": "netstandard2.1;net462",
"testTargetFrameworks": "net6.0;net462",
"version": "4.6.0",
"version": "5.0.0-beta00",
"type": "other",
"metadataType": "INTEGRATION",
"description": "Google ADO.NET Provider for Google Cloud Spanner.",
Expand Down Expand Up @@ -4598,7 +4598,7 @@
"id": "Google.Cloud.Spanner.Common.V1",
"type": "other",
"targetFrameworks": "netstandard2.1;net462",
"version": "4.6.0",
"version": "5.0.0-beta00",
"description": "Common resource names used by all Spanner V1 APIs",
"tags": [
"Spanner"
Expand All @@ -4614,7 +4614,7 @@
"protoPath": "google/spanner/v1",
"productName": "Google Cloud Spanner",
"productUrl": "https://cloud.google.com/spanner/",
"version": "4.6.0",
"version": "5.0.0-beta00",
"commonResourcesConfig": "apis/Google.Cloud.Spanner.Common.V1/CommonResourcesConfig.json",
"type": "grpc",
"metadataType": "GAPIC_COMBO",
Expand Down

0 comments on commit 5d7ca79

Please sign in to comment.