We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cf770 commit ef4f595Copy full SHA for ef4f595
src/GrokClient/GrokClient.csproj
@@ -8,6 +8,9 @@
8
<Description>Grok client based on the official gRPC API reference from xAI.</Description>
9
<GenerateDocumentationFile>true</GenerateDocumentationFile>
10
<PackageTags>ai grok llm xai</PackageTags>
11
+ <PackageLicenseExpression></PackageLicenseExpression>
12
+ <PackageLicenseFile>OSMFEULA.txt</PackageLicenseFile>
13
+ <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
14
</PropertyGroup>
15
16
<ItemGroup>
@@ -24,6 +27,7 @@
24
27
25
28
26
29
<Protobuf Include="*.proto" GrpcServices="Client" />
30
+ <None Include="..\..\osmfeula.txt" Link="osmfeula.txt" PackagePath="OSMFEULA.txt" />
31
</ItemGroup>
32
33
<Target Name="FixProto" BeforeTargets="Protobuf_BeforeCompile">
0 commit comments