From 920f66277130656d5e20443bb3c02977e1a02dc1 Mon Sep 17 00:00:00 2001 From: Pavel Simsa Date: Tue, 6 Jan 2026 14:21:41 +0100 Subject: [PATCH] Update version check command in SKILL.md Removed output redirection from the version existence check command. --- skills/nuget-manager/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/nuget-manager/SKILL.md b/skills/nuget-manager/SKILL.md index bed7bc93..b72d1bd7 100644 --- a/skills/nuget-manager/SKILL.md +++ b/skills/nuget-manager/SKILL.md @@ -34,7 +34,7 @@ When updating a version, follow these steps: 1. **Verify Version Existence**: Check if the version exists using the `dotnet package search` command with exact match and JSON formatting: - `dotnet package search --exact-match --format json | jq -e '.searchResult[].packages[] | select(.version == "")' > /dev/null` + `dotnet package search --exact-match --format json | jq -e '.searchResult[].packages[] | select(.version == "")'` 2. **Determine Version Management**: - Search for `Directory.Packages.props` in the solution root. If present, versions should be managed there via ``.