Skip to content

Commit 886f68e

Browse files
bump version
1 parent fa69b67 commit 886f68e

File tree

5 files changed

+29
-2
lines changed

5 files changed

+29
-2
lines changed

README.md

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

3535
```text
3636
<ItemGroup>
37-
<PackageReference Include="Mscc.GenerativeAI" Version="1.3.0" />
37+
<PackageReference Include="Mscc.GenerativeAI" Version="1.4.0" />
3838
</ItemGroup>
3939
```
4040

VERSION

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

1622
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

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

19+
## 1.4.0
20+
21+
### Added
22+
23+
- implement Imagen 2 model (Vertex AI)
24+
- implement Image Captioning (Vertex AI)
25+
- implement Visual question and answering (VQA)
26+
- add tests for `ImageGenerationModel` and `ImageTextModel`
27+
28+
### Changed
29+
30+
- refactor constant mimetype
31+
- improve XML doc
32+
- move types to subfolder
33+
1934
## 1.3.0
2035

2136
### Added

0 commit comments

Comments
 (0)