From caa82a614631a3b619fb74973bcb39caaefd0804 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 1 Jan 2026 11:49:41 +0000 Subject: [PATCH] Remove duplicate entry in documentation Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com> --- .github/workflows/NUGET_RELEASE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/NUGET_RELEASE.md b/.github/workflows/NUGET_RELEASE.md index d79447fd..f19a662a 100644 --- a/.github/workflows/NUGET_RELEASE.md +++ b/.github/workflows/NUGET_RELEASE.md @@ -143,4 +143,3 @@ GITHUB_TOKEN=your-token VERSION=0.43.0 PRERELEASE=false dotnet run --project bui - `.github/workflows/nuget-release.yml` - The workflow definition - `build/Program.cs` - Build script with version detection and publishing logic - `src/SharpCompress/SharpCompress.csproj` - Project file with version information -- `build/Program.cs` - Build script that creates the NuGet package