diff --git a/README.md b/README.md index ccd3af90..8bd1eb69 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,10 @@ $token = ( ### MCP and agent skills -The 2026.1 preview improves support for agent-driven diagnostics workflows: +`seqcli` includes support for agent-driven diagnostic workflows: ``` -dotnet tool install -g seqcli --prerelease +dotnet tool install -g seqcli ``` For skill installation: diff --git a/ci.global.json b/ci.global.json index f071a741..14b50cf1 100644 --- a/ci.global.json +++ b/ci.global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "10.0.301" + "version": "10.0.302" } } diff --git a/src/SeqCli/SeqCli.csproj b/src/SeqCli/SeqCli.csproj index 39adb84c..fcb51b71 100644 --- a/src/SeqCli/SeqCli.csproj +++ b/src/SeqCli/SeqCli.csproj @@ -39,8 +39,8 @@ - - + + diff --git a/test/SeqCli.Tests/SeqCli.Tests.csproj b/test/SeqCli.Tests/SeqCli.Tests.csproj index 6b663585..4157a8b6 100644 --- a/test/SeqCli.Tests/SeqCli.Tests.csproj +++ b/test/SeqCli.Tests/SeqCli.Tests.csproj @@ -3,7 +3,7 @@ net10.0 - + all @@ -13,7 +13,7 @@ - +