Skip to content

Commit f0a1ddf

Browse files
version 1.9.0
1 parent 2c37b7e commit f0a1ddf

File tree

7 files changed

+54
-4
lines changed

7 files changed

+54
-4
lines changed

GenerativeAI.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2222
README.md = README.md
2323
azure-pipelines.yml = azure-pipelines.yml
2424
dotnetcore.yml = .github/workflows/dotnetcore.yml
25+
VERSION = VERSION
2526
EndProjectSection
2627
EndProject
2728
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CA866D95-03CA-40DC-815A-8FA42C1803A9}"

README.md

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

3737
```text
3838
<ItemGroup>
39-
<PackageReference Include="Mscc.GenerativeAI" Version="1.8.3" />
39+
<PackageReference Include="Mscc.GenerativeAI" Version="1.9.0" />
4040
</ItemGroup>
4141
```
4242

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.3
1+
1.9.0

src/Mscc.GenerativeAI.Google/CHANGELOG.md

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

14+
## 1.9.0
15+
16+
### Changed
17+
18+
- bump version
19+
20+
## 1.8.3
21+
22+
### Changed
23+
24+
- bump version
25+
1426
## 1.8.2
1527

1628
### Changed

src/Mscc.GenerativeAI.Microsoft/CHANGELOG.md

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

14+
## 1.9.0
15+
16+
### Changed
17+
18+
- bump version
19+
20+
## 1.8.3
21+
22+
### Changed
23+
24+
- bump version
25+
1426
## 1.8.2
1527

1628
### Added

src/Mscc.GenerativeAI.Web/CHANGELOG.md

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

14+
## 1.9.0
15+
16+
### Changed
17+
18+
- bump version
19+
20+
## 1.8.3
21+
22+
### Changed
23+
24+
- bump version
25+
1426
## 1.8.2
1527

1628
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
1211
- Feature suggestion: Retry mechanism ([#2](https://github.com/mscraftsman/generative-ai/issues/2))
1312
- implement Automatic Function Call (AFC)
14-
1513
### Changed
1614
### Fixed
1715

16+
## 1.9.0
17+
18+
### Added
19+
20+
- add .NET 9.0 targeting
21+
- add feature: Interact with Vertex Tuned Models ([#36](https://github.com/mscraftsman/generative-ai/issues/36))
22+
- add model/service for generated files
23+
- add method(s) to call Predict endpoints
24+
25+
### Changed
26+
27+
- refactor handling of base URLs and API endpoints
28+
- check request(s) for unsupported combination of options
29+
- update method to batch embeddings
30+
1831
## 1.8.3
1932

2033
### Added

0 commit comments

Comments
 (0)