Skip to content

Commit

Permalink
Create dotnet-gemini.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvamartin authored Feb 18, 2024
1 parent 7525eab commit 0107db6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions nuget/dotnet-gemini.nuspec
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>

0 comments on commit 0107db6

Please sign in to comment.