Skip to content

Commit 03ed22f

Browse files
Release Google.GenAI version 1.8.0 (#327)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 81236bc commit 03ed22f

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.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.7.0"
2+
".": "1.8.0"
33
}

CHANGELOG.md

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

3+
## Version 1.8.0, released 2026-05-28
4+
5+
6+
### New features
7+
8+
* additional computer_use field support for vertex. ([3c16fcd](https://github.com/googleapis/dotnet-genai/commit/3c16fcd26974efbe8cae3a492d480a320c9316f7))
9+
* Support Reinforcement Tuning in GenAI SDK ([c74822e](https://github.com/googleapis/dotnet-genai/commit/c74822eef68cf0a3581fbb20ac5270bdc738f2d6))
10+
* Update to Microsoft.Extensions.AI.Abstractions 10.6.0 ([81236bc](https://github.com/googleapis/dotnet-genai/commit/81236bc9f04d776dcb13a88d9ec3fca392edd557))
11+
* Update to Microsoft.Extensions.AI.Abstractions 10.6.0 ([81236bc](https://github.com/googleapis/dotnet-genai/commit/81236bc9f04d776dcb13a88d9ec3fca392edd557))
12+
313
## Version 1.7.0, released 2026-05-21
414

515

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.7.0</Version>
7+
<Version>1.8.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.7.0"
6+
"version": "1.8.0"
77
}
88
]
99
}

0 commit comments

Comments
 (0)