Skip to content

Commit 22e4225

Browse files
committed
Added icon and updated authors
1 parent eedf546 commit 22e4225

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

icon.png

4.26 KB
Loading

src/Zatomic.AI.Providers/Zatomic.AI.Providers.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,24 @@
55
<ImplicitUsings>disable</ImplicitUsings>
66
<Nullable>disable</Nullable>
77
<Title>Zatomic AI Providers</Title>
8-
<Authors>zatomic,arcware</Authors>
8+
<Authors>Zatomic AI, Dave Donaldson</Authors>
99
<Company>Zatomic AI</Company>
1010
<Description>.NET SDK for integrating with various AI model providers.</Description>
1111
<RepositoryUrl>https://github.com/ZatomicAI/Zatomic.AI.Providers</RepositoryUrl>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
13-
<Version>0.2.2</Version>
13+
<Version>0.2.3</Version>
1414
<RepositoryType>git</RepositoryType>
1515
<PackageTags>AI;AI21Labs;Anthropic;AmazonBedrock;AzureOpenAI;AzureServerless;Cohere;DeepInfra;FireworksAI;GoogleGemini;Meta;Mistral;OpenAI;TogetherAI;xAI</PackageTags>
1616
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
18+
<PackageIcon>icon.png</PackageIcon>
1819
</PropertyGroup>
1920

2021
<ItemGroup>
22+
<None Include="..\..\icon.png">
23+
<Pack>True</Pack>
24+
<PackagePath>\</PackagePath>
25+
</None>
2126
<None Include="..\..\README.md">
2227
<Pack>True</Pack>
2328
<PackagePath>\</PackagePath>

0 commit comments

Comments
 (0)