mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #1118] [MERGED] Single File for build #1548
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/1118
Author: @adamhathcock
Created: 1/7/2026
Status: ✅ Merged
Merged: 1/7/2026
Merged by: @adamhathcock
Base:
master← Head:adam/single-file-build📝 Commits (4)
1aa2644Convert Build to be single file instead of project7f3632cchange yml3d739d7remove more02e6c02remove lock file?📊 Changes
11 files changed (+123 additions, -67 deletions)
View changed files
📝
.github/workflows/nuget-release.yml(+11 -11)📝
Directory.Packages.props(+2 -3)📝
SharpCompress.sln(+1 -6)📝
build/Build.cs(+4 -0)➖
build/build.csproj(+0 -11)➖
build/packages.lock.json(+0 -25)📝
src/SharpCompress/SharpCompress.csproj(+0 -7)📝
src/SharpCompress/packages.lock.json(+31 -3)📝
tests/SharpCompress.Performance/packages.lock.json(+34 -0)📝
tests/SharpCompress.Test/SharpCompress.Test.csproj(+0 -1)📝
tests/SharpCompress.Test/packages.lock.json(+40 -0)📄 Description
Use new dotnet 10 single file for build. Lock file is still produced. Rejigger some private dependencies
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.