Skip to content

Commit 8bb09cc

Browse files
Release Google.GenAI version 1.6.0
1 parent ed1e209 commit 8bb09cc

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.6.0"
33
}

CHANGELOG.md

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

3+
## Version 1.6.0, released 2026-03-23
4+
5+
6+
### New features
7+
8+
* Add model_status to GenerateContentResponse (Gemini API only) ([7b526d4](https://github.com/googleapis/dotnet-genai/commit/7b526d4db8d44975406a76c42a8b345563207338))
9+
* Add part_metadata in Part (Gemini API only) ([7b526d4](https://github.com/googleapis/dotnet-genai/commit/7b526d4db8d44975406a76c42a8b345563207338))
10+
* Support rendered_parts in GroundingSupport ([7b526d4](https://github.com/googleapis/dotnet-genai/commit/7b526d4db8d44975406a76c42a8b345563207338))
11+
* Update to Microsoft.Extensions.AI.Abstractions 10.4.0 ([dfcbbc4](https://github.com/googleapis/dotnet-genai/commit/dfcbbc414248e88ac8549822fa6f254c79db2700))
12+
* Update to Microsoft.Extensions.AI.Abstractions 10.4.0 ([#247](https://github.com/googleapis/dotnet-genai/issues/247)) ([6ec6c07](https://github.com/googleapis/dotnet-genai/commit/6ec6c0732ed73eb1fe2508328904ca5327043ff8))
13+
14+
15+
### Bug fixes
16+
17+
* reduce stringify json node in response ([2801e54](https://github.com/googleapis/dotnet-genai/commit/2801e54e4d3603e36f5b7e2f17acfb79e634b91d))
18+
* remove redundant json stringify in converters ([a039bd8](https://github.com/googleapis/dotnet-genai/commit/a039bd8255a171022c066c34831f03f7df5431dd))
19+
320
## Version 1.5.0, released 2026-03-18
421

522

ReleaseVersion.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
- in all projects.
55
-->
66
<PropertyGroup>
7-
<Version>1.5.0</Version>
7+
<Version>1.6.0</Version>
88
</PropertyGroup>
99
</Project>

apis/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"id": "Google.GenAI",
55
"path": "Google.GenAI",
6-
"version": "1.5.0"
6+
"version": "1.6.0"
77
}
88
]
99
}

0 commit comments

Comments
 (0)