Skip to content

Commit c736cae

Browse files
Release Google.GenAI version 1.4.0 (#232)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d22ebc7 commit c736cae

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.3.0"
2+
".": "1.4.0"
33
}

CHANGELOG.md

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

3+
## Version 1.4.0, released 2026-03-12
4+
5+
6+
### New features
7+
8+
* Add inference_generation_config to EvaluationConfig for Tuning ([9c46031](https://github.com/googleapis/dotnet-genai/commit/9c460311d71e70e23b5c29e691e9499d521b4257))
9+
* Allow custom endpoints for authentication with Vertex AI in C# ([da18a06](https://github.com/googleapis/dotnet-genai/commit/da18a068076682354faf52c9098d6a778e70c74a))
10+
* enable language code for audio transcription config in Live API for Vertex AI ([e723b0a](https://github.com/googleapis/dotnet-genai/commit/e723b0a61db33949057111b3e644d28f05c13eb6))
11+
* Implement RegisterFiles ([aa946e4](https://github.com/googleapis/dotnet-genai/commit/aa946e43c783f9e97ad5c27fa5bde44a43225e63))
12+
13+
14+
### Bug fixes
15+
16+
* Compilation for .NET SDK versions 8.0.300 and 8.0.301 ([2ec2fd5](https://github.com/googleapis/dotnet-genai/commit/2ec2fd5d56d2587ead922ac5ed3841df9684c461))
17+
318
## Version 1.3.0, released 2026-03-02
419

520

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.3.0</Version>
7+
<Version>1.4.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.3.0"
6+
"version": "1.4.0"
77
}
88
]
99
}

0 commit comments

Comments
 (0)