From c56d1d38f00f7ee6261b6b416ee7db3bbb0fcd51 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 00:01:49 +0000 Subject: [PATCH 1/3] Initial plan From 65578065add01f11d1e6aa82894a95b73be3210f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 00:03:38 +0000 Subject: [PATCH 2/3] Initial plan: fix deprecated set-output command in Deploy.yml Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com> --- Directory.Packages.props | 50 ++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 75c601e..8208138 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,25 +1,25 @@ - - - true - false - - - - - - - - - - - - - - - - - - - - - + + + true + false + + + + + + + + + + + + + + + + + + + + + From 124308bd294e716d3c74bf25cdf086936f933479 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 00:04:29 +0000 Subject: [PATCH 3/3] Fix deprecated set-output command in Deploy.yml workflow Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com> --- .github/workflows/Deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index fba7ebf..7120553 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -60,6 +60,6 @@ jobs: - name: Push NuGet run: | $tagVersion = "${{ github.ref }}".substring(11) - echo "::set-output name=TAG_VERSION::$tagVersion" + echo "TAG_VERSION=$tagVersion" >> $env:GITHUB_OUTPUT dotnet nuget push IntelliTect.Analyzers.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate id: tag-version