Skip to content

Commit

Permalink
Release Google.Cloud.SecurityCenter.V1P1Beta1 version 3.0.0-beta03 (#…
Browse files Browse the repository at this point in the history
…11977)

Changes in this release:

No API surface changes; just dependency updates.
  • Loading branch information
jskeet authored Feb 29, 2024
1 parent e7b3f2e commit 22564e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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>3.0.0-beta02</Version>
<Version>3.0.0-beta03</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Security Command Center API version v1p1beta1, which helps security teams gather data, identify threats, and act on them before they result in business damage or loss.</Description>
Expand All @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.6.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.0.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.1.0, 4.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.0.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions apis/Google.Cloud.SecurityCenter.V1P1Beta1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version history

## Version 3.0.0-beta03, released 2024-02-29

No API surface changes; just dependency updates.

## Version 3.0.0-beta02, released 2023-01-19

### 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 @@ -4374,12 +4374,12 @@
"protoPath": "google/cloud/securitycenter/v1p1beta1",
"productName": "Google Cloud Security Command Center",
"productUrl": "https://cloud.google.com/security-command-center/",
"version": "3.0.0-beta02",
"version": "3.0.0-beta03",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Security Command Center API version v1p1beta1, which helps security teams gather data, identify threats, and act on them before they result in business damage or loss.",
"dependencies": {
"Google.Api.Gax.Grpc": "4.6.0",
"Google.Cloud.Iam.V1": "3.0.0",
"Google.Cloud.Iam.V1": "3.1.0",
"Google.LongRunning": "3.0.0",
"Grpc.Core": "2.46.6"
},
Expand Down

0 comments on commit 22564e4

Please sign in to comment.