Skip to content

Commit efc8c13

Browse files
bump version
1 parent 78b108a commit efc8c13

File tree

6 files changed

+31
-2
lines changed

6 files changed

+31
-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.2" />
41+
<PackageReference Include="Mscc.GenerativeAI" Version="2.6.3" />
4242
</ItemGroup>
4343
```
4444

VERSION

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

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.3
15+
16+
### Changed
17+
18+
- bump version
19+
1420
## 2.6.2
1521

1622
### Changed

src/Mscc.GenerativeAI.Microsoft/CHANGELOG.md

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

14+
## 2.6.3
15+
16+
### Added
17+
18+
- add fluent approach for `GeminiClient` with extension methods
19+
- add constructor for GenerativeModel instance
20+
1421
## 2.6.2
1522

1623
### 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.3
15+
16+
### Changed
17+
18+
- bump version
19+
1420
## 2.6.2
1521

1622
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

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

16+
## 2.6.3
17+
18+
### Added
19+
20+
- add model `gemini-2.5-pro-preview-06-05`
21+
22+
### Changed
23+
24+
- upgrade NuGet packages
25+
1626
## 2.6.2
1727

1828
### Added

0 commit comments

Comments
 (0)