Skip to content

Commit 8e5a4d0

Browse files
bump version
1 parent c98e3ca commit 8e5a4d0

File tree

5 files changed

+29
-3
lines changed

5 files changed

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

VERSION

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

1622
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- implement Server-Sent Events (SSE)
1616

1717
### Changed
18+
### Fixed
19+
20+
## 1.2.0
21+
22+
### Added
1823

19-
- use TLS 1.2 protocol
24+
- use TLS 1.2 protocol (.NET Fx)
25+
- troubleshooting for streaming HttpIOException (.NET runtime issue)
26+
27+
### Changed
28+
29+
- improve writing of model name
30+
- refactor Content type used for SystemInstruction
31+
- update tests regarding Content type
2032

2133
### Fixed
2234

35+
- fix response checking in ChatSession
36+
2337
## 1.1.4
2438

2539
### Added

0 commit comments

Comments
 (0)