Skip to content

Commit 4ec9c6f

Browse files
authored
Improve search results by including xAI and Grok
In the description, but without the / since it seems nuget.org doesn't consider them two separate terms otherwise.
1 parent edde6fd commit 4ec9c6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/xAI.Protocol/xAI.Protocol.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<AssemblyName>xAI.Protocol</AssemblyName>
66
<PackageId>xAI.Protocol</PackageId>
7-
<Description>xAI gRPC protocol client based on the official API reference from xAI.</Description>
7+
<Description>xAI Grok gRPC protocol client based on the official API reference from xAI.</Description>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<PackageTags>xai ai grok llm</PackageTags>
1010
<PackageLicenseExpression></PackageLicenseExpression>

src/xAI/xAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
55
<AssemblyName>xAI</AssemblyName>
66
<PackageId>xAI</PackageId>
7-
<Description>xAI/Grok integration for Microsoft.Extensions.AI</Description>
7+
<Description>xAI Grok integration for Microsoft.Extensions.AI</Description>
88
<PackageLicenseExpression></PackageLicenseExpression>
99
<PackageLicenseFile>OSMFEULA.txt</PackageLicenseFile>
1010
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)