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 53fda11 commit 6053ef5Copy full SHA for 6053ef5
src/GrokSdk/GrokSdk.csproj
@@ -9,7 +9,7 @@
9
<!-- NuGet Metadata -->
10
<NuspecFile>GrokSdk.nuspec</NuspecFile>
11
<PackageId>Grok</PackageId>
12
- <Version>1.1.0</Version>
+ <Version>1.2.0</Version>
13
<Authors>TWhidden</Authors>
14
<Description>xAI Grok dotnet integration</Description>
15
<PackageTags>xAI;Grok;dotnet</PackageTags>
src/GrokSdk/GrokSdk.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3
<metadata>
4
<id>GrokSdk</id>
5
- <version>1.1.0</version>
+ <version>1.2.0</version>
6
<authors>Travis Whidden</authors>
7
<description>xAI Grok dotnet integration</description>
8
<tags>xAI Grok dotnet</tags>
0 commit comments