Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Google.Cloud.ServiceHealth.V1 version 1.3.0 #13954

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>1.2.0</Version>
<Version>1.3.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Service Health API, which helps you gain visibility into disruptive events impacting Google Cloud products.</Description>
Expand All @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" />
<PackageReference Include="Google.Cloud.Location" VersionOverride="[2.2.0, 3.0.0)" />
<PackageReference Include="Google.Cloud.Location" VersionOverride="[2.3.0, 3.0.0)" />
<PackageReference Include="Grpc.Core" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions apis/Google.Cloud.ServiceHealth.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Version history

## Version 1.3.0, released 2024-12-06

### New features

- A new field `id` is added to message `.google.cloud.servicehealth.v1.Product` ([commit 301a0ac](https://github.com/googleapis/google-cloud-dotnet/commit/301a0ac27f7ae2344669304defd742e6cf972ace))

### Documentation improvements

- Add missing doc comments ([commit 50a2121](https://github.com/googleapis/google-cloud-dotnet/commit/50a212138886f95eccbe68beb8aa6a0ca462dc48))

## Version 1.2.0, released 2024-05-14

### New features
Expand Down
4 changes: 2 additions & 2 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -4662,7 +4662,7 @@
},
{
"id": "Google.Cloud.ServiceHealth.V1",
"version": "1.2.0",
"version": "1.3.0",
"type": "grpc",
"productName": "Service Health",
"productUrl": "https://cloud.google.com/service-health/docs/overview",
Expand All @@ -4671,7 +4671,7 @@
"monitoring"
],
"dependencies": {
"Google.Cloud.Location": "2.2.0"
"Google.Cloud.Location": "2.3.0"
},
"generator": "micro",
"protoPath": "google/cloud/servicehealth/v1",
Expand Down
Loading