Skip to content

Commit 99f5eab

Browse files
bump version
1 parent 898c9b6 commit 99f5eab

File tree

5 files changed

+25
-2
lines changed

5 files changed

+25
-2
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.1" />
36+
<PackageReference Include="Mscc.GenerativeAI" Version="1.1.2" />
3737
</ItemGroup>
3838
```
3939

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

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

1622
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

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

20+
## 1.1.2
21+
22+
### Added
23+
24+
- test cases for FinishReason.MaxTokens
25+
26+
### Changed
27+
28+
- improve accessor of response.Text
29+
- upgrade NuGet packages dependencies
30+
2031
## 1.1.1
2132

2233
### Fixed

0 commit comments

Comments
 (0)