Mscc.GenerativeAI.Google 1.4.0

dotnet add package Mscc.GenerativeAI.Google --version 1.4.0
NuGet\Install-Package Mscc.GenerativeAI.Google -Version 1.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mscc.GenerativeAI.Google" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mscc.GenerativeAI.Google --version 1.4.0
#r "nuget: Mscc.GenerativeAI.Google, 1.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mscc.GenerativeAI.Google as a Cake Addin
#addin nuget:?package=Mscc.GenerativeAI.Google&version=1.4.0

// Install Mscc.GenerativeAI.Google as a Cake Tool
#tool nuget:?package=Mscc.GenerativeAI.Google&version=1.4.0

Gemini AI Client for .NET using Google API Client Library

GitHub GitHub last commit

Integrate Gemini API into your .NET applications. This package depends on Google API Client Library and provides access to Google Cloud Vertex AI using OAuth 2.0 and Service Accounts.

Client for .NET using Google API Client Library: NuGet Version NuGet Downloads

Getting started

Mscc.GenerativeAI.Google

Authenticate with OAuth 2.0

Authenticate with Service Account

The choice of authentication is yours.

More examples

The folders samples and tests contain more examples.

Troubleshooting

tba

Feedback

You can create issues at the https://github.com/mscraftsman/generative-ai repository.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0 79 4/22/2024
1.3.0 73 4/18/2024
1.2.0 77 4/16/2024
1.1.4 71 4/15/2024
1.1.3 85 4/12/2024
1.1.2 76 4/11/2024
1.1.1 76 4/10/2024
1.1.0 72 4/9/2024
1.0.1 74 4/1/2024
1.0.0 90 3/30/2024
0.9.4 83 3/29/2024
0.9.3 65 3/28/2024
0.9.1 84 3/26/2024
0.9.0 82 3/23/2024
0.8.4 124 3/21/2024
0.8.3 98 3/20/2024
0.8.2 77 3/20/2024
0.8.1 88 3/20/2024
0.8.0 91 3/20/2024
0.7.2 87 3/18/2024
0.7.1 91 3/18/2024
0.7.0 95 3/15/2024

# Changelog (Release Notes)

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
### Changed
### Fixed

## 1.4.0

### Changed

- bump version

## 1.3.0

### Changed

- bump version

## 1.2.0

### Changed

- bump version

## 1.1.4

### Changed

- bump version

## 1.1.3

### Changed

- bump version

## 1.1.2

### Changed

- bump version

## 1.1.1

### Changed

- bump version

## 1.1.0

### Changed

- bump version

## 1.0.1

### Changed

- bump version

## 1.0.0

### Changed

- bump version

## 0.9.4

### Changed

- bump version

## 0.9.3

### Changed

- bump version

## 0.9.2

### Changed

- bump version

## 0.9.1

### Changed

- increase package reference
- bump version

## 0.9.0

### Changed

- bump version

## 0.8.4

### Changed

- bump version

## 0.8.3

### Changed

- bump version

## 0.8.2

### Changed

- bump version

## 0.8.1

### Fixed

- resolve ambiguous namespace reference

## 0.8.0

### Changed

- bump version

## 0.7.1

### Changed

- bump version

## 0.7.0

### Added

- Initial implementation