From 0bb6d4c790a7c84ab8064c1db6c9ec5d60b00c33 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Wed, 15 Jul 2026 10:09:59 +1000 Subject: [PATCH 1/2] Remove mentions of preview 20206.1 [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: From 5ece7d449367c96f49f58b5ea49859e8c65166c4 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Fri, 17 Jul 2026 14:11:10 +1000 Subject: [PATCH 2/2] Finally, the really final, final dependency update matching the initial 2026.1 Seq build --- ci.global.json | 2 +- src/SeqCli/SeqCli.csproj | 4 ++-- test/SeqCli.Tests/SeqCli.Tests.csproj | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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 @@ - +