Skip to content

Commit c47c0b4

Browse files
bump version
1 parent 8bbd660 commit c47c0b4

File tree

6 files changed

+37
-2
lines changed

6 files changed

+37
-2
lines changed

README.md

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

3939
```text
4040
<ItemGroup>
41-
<PackageReference Include="Mscc.GenerativeAI" Version="2.4.0" />
41+
<PackageReference Include="Mscc.GenerativeAI" Version="2.4.1" />
4242
</ItemGroup>
4343
```
4444

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
2.4.1

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

1622
### Changed

src/Mscc.GenerativeAI.Microsoft/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+
## 2.4.1
15+
16+
### Changed
17+
18+
- bump version
19+
1420
## 2.4.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+
## 2.4.1
15+
16+
### Changed
17+
18+
- bump version
19+
1420
## 2.4.0
1521

1622
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

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

16+
## 2.4.1
17+
18+
### Added
19+
20+
- add test case for #77
21+
22+
### Changed
23+
24+
- process `ResponseSchema` as string #53 #76
25+
- separate `record` type in `ResponseSchema` due to disallowed properties #76
26+
- refactor POST calls
27+
- update NuGet packages
28+
29+
### Fixed
30+
31+
- fix typo in model constant.
32+
1633
## 2.4.0
1734

1835
### Added

0 commit comments

Comments
 (0)