Skip to content

Commit 3236667

Browse files
bump version
1 parent bff1e71 commit 3236667

File tree

6 files changed

+28
-3
lines changed

6 files changed

+28
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
[![MsccGenerativeAI](https://github.com/mscraftsman/generative-ai/actions/workflows/dotnetcore.yml/badge.svg?branch=main)](https://github.com/mscraftsman/generative-ai/actions/workflows/dotnetcore.yml)
55
[![GitHub stars](https://img.shields.io/github/stars/mscraftsman/generative-ai)](https://github.com/mscraftsman/generative-ai/stargazers)
66

7-
Access and integrate the Gemini API into your .NET applications. The packages support both Google AI Studio and Google Cloud Vertex AI.
7+
Access and integrate the Gemini API into your .NET applications. This SDK allows you to connect to the Gemini API through either [Google AI Studio](https://aistudio.google.com/prompts/new_chat?model=gemini-2.0-flash-exp) or [Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2).
8+
The SDK is fully compatible with all Gemini API models and features, including recent additions like improved tool usage (code execution, function calling and integrated Google search grounding), and media generation (Imagen).
89

910
| Name | Package | Status |
1011
|--------------------------------------------------------|-----------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -37,7 +38,7 @@ Alternatively, add the following line to your `.csproj` file.
3738

3839
```text
3940
<ItemGroup>
40-
<PackageReference Include="Mscc.GenerativeAI" Version="2.2.1" />
41+
<PackageReference Include="Mscc.GenerativeAI" Version="2.2.2" />
4142
</ItemGroup>
4243
```
4344

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.2.2

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+
## 2.2.2
15+
16+
### Changed
17+
18+
- update NuGet packages
19+
1420
## 2.2.1
1521

1622
### Changed

src/Mscc.GenerativeAI.Microsoft/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+
## 2.2.2
15+
16+
### Changed
17+
18+
- update NuGet packages
19+
1420
## 2.2.1
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+
## 2.2.2
15+
16+
### Changed
17+
18+
- update NuGet packages
19+
1420
## 2.2.1
1521

1622
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Changed
1414
### Fixed
1515

16+
## 2.2.2
17+
18+
### Changed
19+
20+
- update NuGet packages
21+
1622
## 2.2.1
1723

1824
### Added

0 commit comments

Comments
 (0)