-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7525eab
commit 0107db6
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>DotnetGeminiSDK</id> | ||
<version>1.0.0</version> | ||
<title>Dotnet Gemini SDK</title> | ||
<authors>Guilherme Martin</authors> | ||
<owners>Guilherme Martin</owners> | ||
<description>Interact effortlessly with the Google Gemini API using this .NET SDK. It provides a comprehensive set of functionalities for text and image prompt generation, making it simple to integrate Gemini AI capabilities into your applications.</description> | ||
<dependencies> | ||
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.0"/> | ||
<dependency id="Newtonsoft.Json" version="13.0.3"/> | ||
</dependencies> | ||
</metadata> | ||
</package> |