Skip to content

Commit 8d8d929

Browse files
bump version
1 parent 001939f commit 8d8d929

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
@@ -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.1.3" />
36+
<PackageReference Include="Mscc.GenerativeAI" Version="1.1.4" />
3737
</ItemGroup>
3838
```
3939

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.3
1+
1.1.4

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

1622
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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)
1515
- implement Server-Sent Events (SSE)
16+
17+
### Changed
18+
### Fixed
19+
20+
## 1.1.4
21+
22+
### Added
23+
1624
- new values in enum FinishReason
1725
- new enum HarmBlockMethod
1826

@@ -22,8 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2230
- improve response in SSE format
2331
- update samples to latest NuGet package
2432

25-
### Fixed
26-
2733
## 1.1.3
2834

2935
### Changed

0 commit comments

Comments
 (0)