Skip to content

Commit 4ff4ea2

Browse files
bump version
1 parent 530662a commit 4ff4ea2

File tree

6 files changed

+36
-2
lines changed

6 files changed

+36
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Alternatively, add the following line to your `.csproj` file.
3838

3939
```text
4040
<ItemGroup>
41-
<PackageReference Include="Mscc.GenerativeAI" Version="2.6.1" />
41+
<PackageReference Include="Mscc.GenerativeAI" Version="2.6.2" />
4242
</ItemGroup>
4343
```
4444

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.1
1+
2.6.2

src/Mscc.GenerativeAI.Google/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Changed
1212
### Fixed
1313

14+
## 2.6.2
15+
16+
### Changed
17+
18+
- bump version
19+
1420
## 2.6.1
1521

1622
### Changed

src/Mscc.GenerativeAI.Microsoft/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Changed
1212
### Fixed
1313

14+
## 2.6.2
15+
16+
### Changed
17+
18+
- bump version
19+
1420
## 2.6.1
1521

1622
### Changed

src/Mscc.GenerativeAI.Web/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Changed
1212
### Fixed
1313

14+
## 2.6.2
15+
16+
### Changed
17+
18+
- bump version
19+
1420
## 2.6.1
1521

1622
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Changed
1414
### Fixed
1515

16+
## 2.6.2
17+
18+
### Added
19+
20+
- add model `gemini-2.5-flash-preview-native-audio-dialog-rai-v3`
21+
- add image manipulation config types
22+
- add reference image types
23+
- add types to edit and upscale images
24+
- add upscale factor enum
25+
- add batches `Cancel` method
26+
- add properties `ParametersJsonSchema`, `ResponseJsonSchema` and `ThoughtSignature`
27+
28+
### Changes
29+
30+
- add optional `role` to Content constructor
31+
1632
## 2.6.1
1733

1834
### Added

0 commit comments

Comments
 (0)