Skip to content

Commit 155f703

Browse files
bump version
1 parent f9332d5 commit 155f703

File tree

5 files changed

+32
-3
lines changed

5 files changed

+32
-3
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="0.8.2" />
36+
<PackageReference Include="Mscc.GenerativeAI" Version="0.8.3" />
3737
</ItemGroup>
3838
```
3939

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.2
1+
0.8.3

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+
## 0.8.3
15+
16+
### Changed
17+
18+
- bump version
19+
20+
## 0.8.2
21+
22+
### Changed
23+
24+
- bump version
25+
1426
## 0.8.1
1527

1628
### Fixed

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+
## 0.8.3
15+
16+
### Changed
17+
18+
- bump version
19+
20+
## 0.8.2
21+
22+
### Changed
23+
24+
- bump version
25+
1426
## 0.8.1
1527

1628
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- provide types to simplify creation of tuned model
1312
- compatibility methods for PaLM models
1413

1514
### Changed
1615
### Fixed
1716

17+
## 0.8.3
18+
19+
### Added
20+
21+
- simplify creation of tuned model
22+
1823
## 0.8.2
1924

2025
### Added

0 commit comments

Comments
 (0)