Skip to content

Commit 77876ad

Browse files
bump version
1 parent 4716f4e commit 77876ad

File tree

5 files changed

+28
-2
lines changed

5 files changed

+28
-2
lines changed

README.md

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

3636
```text
3737
<ItemGroup>
38-
<PackageReference Include="Mscc.GenerativeAI" Version="1.6.4" />
38+
<PackageReference Include="Mscc.GenerativeAI" Version="1.6.5" />
3939
</ItemGroup>
4040
```
4141

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.4
1+
1.6.5

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

1622
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

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

19+
## 1.6.5
20+
21+
### Added
22+
23+
- add properties `State`, `Error`, and `VideoMetadata` to type `FileResource`. [#33](https://github.com/mscraftsman/generative-ai/issues/33)
24+
- overload method of `UploadMedia` to support stream types ([#38](https://github.com/mscraftsman/generative-ai/issues/38))
25+
26+
### Changed
27+
28+
- use of using expression to dispose `FileStream` after upload [#35](https://github.com/mscraftsman/generative-ai/pull/37) - thanks @rsmithsa
29+
- enhance returned error information [#33](https://github.com/mscraftsman/generative-ai/issues/33)
30+
- update enums according to $discovery
31+
- sync target frameworks among projects
32+
1933
## 1.6.4
2034

2135
### Changed

0 commit comments

Comments
 (0)