Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenkirstaetter committed Jan 6, 2025
1 parent 776517e commit 8f27d93
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Alternatively, add the following line to your `.csproj` file.

```text
<ItemGroup>
<PackageReference Include="Mscc.GenerativeAI" Version="2.0.1" />
<PackageReference Include="Mscc.GenerativeAI" Version="2.0.2" />
</ItemGroup>
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2
6 changes: 6 additions & 0 deletions src/Mscc.GenerativeAI.Google/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Fixed

## 2.0.2

### Changed

- bump version

## 2.0.1

### Changed
Expand Down
7 changes: 7 additions & 0 deletions src/Mscc.GenerativeAI.Microsoft/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Fixed

## 2.0.2

### Changed

- remove non-existent `ResponseSchema` mapping
- bump version

## 2.0.1

### Changed
Expand Down
6 changes: 6 additions & 0 deletions src/Mscc.GenerativeAI.Web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Fixed

## 2.0.2

### Changed

- bump version

## 2.0.1

### Changed
Expand Down
11 changes: 11 additions & 0 deletions src/Mscc.GenerativeAI/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 2.0.2

### Added

- add model `gemini-2.0-flash-thinking-exp`
- add model `gemini-2.0-flash-thinking-exp-1219`
- add model `imagen-3.0-capability-001`
- add `images` API to OpenAI compatibility
- add `GenerateImages` method to Gemini model
- copy model on Vertex AI

### Changed

- Extend `SendMessage` - Chat conversations - How [#52](https://github.com/mscraftsman/generative-ai/issues/52) thanks to @Francks11
- update NuGet packages

### Fixed

- ResponseSchema property must be an object [#53](https://github.com/mscraftsman/generative-ai/issues/53) thanks to @Ar4ics
- fix typos

## 2.0.1

Expand Down

0 comments on commit 8f27d93

Please sign in to comment.