Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenkirstaetter committed Feb 6, 2025
1 parent a9d624a commit 076929f
Show file tree
Hide file tree
Showing 6 changed files with 37 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.1.6" />
<PackageReference Include="Mscc.GenerativeAI" Version="2.1.7" />
</ItemGroup>
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.6
2.1.7
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.1.7

### Changed

- bump version

## 2.1.6

### Changed
Expand Down
6 changes: 6 additions & 0 deletions src/Mscc.GenerativeAI.Microsoft/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.1.7

### Changed

- bump version

## 2.1.6

### 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.1.7

### Changed

- bump version

## 2.1.6

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

## 2.1.7

### Added

- add new model `gemini-2.0-flash`
- add new model `gemini-2.0-flash-001`
- add new model `gemini-2.0-flash-lite-preview`
- add new model `gemini-2.0-flash-lite-preview-02-05`
- add new model `gemini-2.0-pro-exp`
- add new model `gemini-2.0-pro-exp-02-05`

### Changed

- remove model `gemini-1.5-flash-exp-0827`
- remove model `gemini-1.5-pro-exp-0801`
- remove model `gemini-1.5-pro-exp-0827`

## 2.1.6

### Added
Expand Down

0 comments on commit 076929f

Please sign in to comment.