Skip to content

Commit 1dddb67

Browse files
bump version
1 parent 5708436 commit 1dddb67

File tree

5 files changed

+37
-3
lines changed

5 files changed

+37
-3
lines changed

README.md

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

3434
```text
3535
<ItemGroup>
36-
<PackageReference Include="Mscc.GenerativeAI" Version="1.2.0" />
36+
<PackageReference Include="Mscc.GenerativeAI" Version="1.3.0" />
3737
</ItemGroup>
3838
```
3939

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.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.3.0
15+
16+
### Changed
17+
18+
- bump version
19+
1420
## 1.2.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.3.0
15+
16+
### Changed
17+
18+
- bump version
19+
1420
## 1.2.0
1521

1622
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Feature suggestion: Retry mechanism ([#2](https://github.com/mscraftsman/generative-ai/issues/2))
1313
- Feature suggestion: Add logs with LogLevel using the Standard logging in .NET ([#6](https://github.com/mscraftsman/generative-ai/issues/6))
1414
- implement Automatic Function Call (AFC)
15-
- implement Server-Sent Events (SSE)
1615

1716
### Changed
1817
### Fixed
1918

19+
## 1.3.0
20+
21+
### Added
22+
23+
- implement Server-Sent Events (SSE)
24+
- add enum `FunctionCallingMode`
25+
- implement type `ToolConfig`
26+
- add model `gemini-1.0-pro-vision-001`
27+
- implement exception for max file upload size
28+
- expose `Timeout` property
29+
30+
### Changed
31+
32+
- rename method `UploadMedia` to `UploadFile` (in sync with other SDKs)
33+
- rename `TaskType` Unspecified property
34+
- refactor `FileResource.SizeBytes` to long data type (int64)
35+
- refactor response type of `ListFiles` (discovery)
36+
- streaming response using SSE format works for other models than gemini-pro (original limitation)
37+
- specify default values for `pageSize`
38+
- refactor constants to external file
39+
- add and amend enum identifiers
40+
- add and amend XML doc
41+
2042
## 1.2.0
2143

2244
### Added

0 commit comments

Comments
 (0)