Skip to content

Commit 3993c62

Browse files
bump version
1 parent 13309cb commit 3993c62

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

README.md

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

3636
```text
3737
<ItemGroup>
38-
<PackageReference Include="Mscc.GenerativeAI" Version="1.7.0" />
38+
<PackageReference Include="Mscc.GenerativeAI" Version="1.8.0" />
3939
</ItemGroup>
4040
```
4141

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.8.0

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

1622
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Changed
1717
### Fixed
1818

19-
## 1.7.1
19+
## 1.8.0
2020

2121
### Added
2222

23-
- add context caching
23+
- add context caching: https://ai.google.dev/gemini-api/docs/caching
24+
- add code execution: https://ai.google.dev/gemini-api/docs/code-execution
2425
- add model `gemini-1.5-flash-8b-001`
2526
- add Logprobs handling
2627
- add required model name and optional cached content to request
2728

2829
### Changed
2930

3031
- sanitize name of cached content
32+
- extend list of supported MIME types
3133
- extend `FinishReason`
3234
- extend `VideoMetadata`
3335

36+
### Fixed
37+
38+
- disable HTTP/3 (Quic) due to issue [#34](https://github.com/mscraftsman/generative-ai/issues/34)
39+
3440
## 1.7.0
3541

3642
### Added

0 commit comments

Comments
 (0)