Skip to content

Commit 14612ca

Browse files
chore: Release library Google.Cloud.VertexAI.Extensions version 1.0.0-beta06
### Bug fixes - Fix PredictionServiceChatClient to skip empty TextReasoningContent Librarian-Release-Library: Google.Cloud.VertexAI.Extensions Librarian-Release-Version: 1.0.0-beta06 Librarian-Release-ID: release-20260302T140117Z
1 parent d7fa953 commit 14612ca

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

apis/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions.csproj

Lines changed: 1 addition & 1 deletion
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>1.0.0-beta05</Version>
4+
<Version>1.0.0-beta06</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Vertex AI implementation of Microsoft.Extensions.AI.</Description>

apis/Google.Cloud.VertexAI.Extensions/docs/history.md

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

3+
## Version 1.0.0-beta06, released 2026-03-02
4+
5+
### Bug fixes
6+
7+
- Fix PredictionServiceChatClient to skip empty TextReasoningContent
8+
39
## Version 1.0.0-beta05, released 2026-02-16
410

511
### New features

generator-input/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6172,7 +6172,7 @@
61726172
},
61736173
{
61746174
"id": "Google.Cloud.VertexAI.Extensions",
6175-
"version": "1.0.0-beta05",
6175+
"version": "1.0.0-beta06",
61766176
"type": "other",
61776177
"metadataType": "INTEGRATION",
61786178
"description": "Vertex AI implementation of Microsoft.Extensions.AI.",

generator-input/pipeline-state.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4741,10 +4741,10 @@
47414741
},
47424742
{
47434743
"id": "Google.Cloud.VertexAI.Extensions",
4744-
"currentVersion": "1.0.0-beta05",
4744+
"currentVersion": "1.0.0-beta06",
47454745
"generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
47464746
"releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
4747-
"releaseTimestamp": "2026-02-16T14:50:52.190493252Z",
4747+
"releaseTimestamp": "2026-03-02T14:09:14.509393534Z",
47484748
"sourcePaths": [
47494749
"apis/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions"
47504750
]

0 commit comments

Comments
 (0)