Skip to content

Commit 8714be5

Browse files
authored
Release Google.Cloud.Talent.V4Beta1 version 3.0.0-beta06 (#14052)
Changes in this release: ### New features - A new enum `RelevanceThreshold` is added ([commit d704518](https://togithub.com/googleapis/google-cloud-dotnet/commit/d70451883734a3c0675a9d646074011da7b0bf5f)) - A new field `relevance_threshold` is added to message `.google.cloud.talent.v4beta1.SearchJobsRequest` ([commit d704518](https://togithub.com/googleapis/google-cloud-dotnet/commit/d70451883734a3c0675a9d646074011da7b0bf5f))
1 parent 05cbc15 commit 8714be5

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>3.0.0-beta05</Version>
4+
<Version>3.0.0-beta06</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Google Cloud Talent solution API (v4 beta1) which provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters.</Description>
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
1212
<PackageReference Include="Google.Api.Gax.Grpc" />
13-
<PackageReference Include="Google.LongRunning" VersionOverride="[3.2.0, 4.0.0)" />
13+
<PackageReference Include="Google.LongRunning" VersionOverride="[3.3.0, 4.0.0)" />
1414
<PackageReference Include="Grpc.Core" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1515
</ItemGroup>
1616
</Project>

apis/Google.Cloud.Talent.V4Beta1/docs/history.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Version history
22

3+
## Version 3.0.0-beta06, released 2025-01-06
4+
5+
### New features
6+
7+
- A new enum `RelevanceThreshold` is added ([commit d704518](https://github.com/googleapis/google-cloud-dotnet/commit/d70451883734a3c0675a9d646074011da7b0bf5f))
8+
- A new field `relevance_threshold` is added to message `.google.cloud.talent.v4beta1.SearchJobsRequest` ([commit d704518](https://github.com/googleapis/google-cloud-dotnet/commit/d70451883734a3c0675a9d646074011da7b0bf5f))
9+
310
## Version 3.0.0-beta05, released 2024-05-08
411

512
### New features

generator-input/apis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5232,7 +5232,7 @@
52325232
"protoPath": "google/cloud/talent/v4beta1",
52335233
"productName": "Google Cloud Talent Solution",
52345234
"productUrl": "https://cloud.google.com/talent-solution/",
5235-
"version": "3.0.0-beta05",
5235+
"version": "3.0.0-beta06",
52365236
"releaseLevelOverride": "preview",
52375237
"type": "grpc",
52385238
"description": "Recommended Google client library to access the Google Cloud Talent solution API (v4 beta1) which provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters.",
@@ -5241,7 +5241,7 @@
52415241
"Jobs"
52425242
],
52435243
"dependencies": {
5244-
"Google.LongRunning": "3.2.0"
5244+
"Google.LongRunning": "3.3.0"
52455245
},
52465246
"shortName": "jobs",
52475247
"serviceConfigFile": "jobs_v4beta1.yaml",

0 commit comments

Comments
 (0)