[PR #1098] [MERGED] remove old release #1529

Closed
opened 2026-01-29 22:20:59 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/1098
Author: @adamhathcock
Created: 1/3/2026
Status: Merged
Merged: 1/3/2026
Merged by: @adamhathcock

Base: masterHead: adam/remove-old-release


📝 Commits (5)

  • 46a4064 remove old bulid
  • 6196e26 also remove from sln
  • a739fdc Initial plan
  • 235096a Configure nuget-release.yml to run on PRs without publishing
  • 574d9f9 Merge pull request #1099 from adamhathcock/copilot/sub-pr-1098

📊 Changes

3 files changed (+7 additions, -28 deletions)

View changed files

.github/workflows/dotnetcore.yml (+0 -25)
📝 .github/workflows/nuget-release.yml (+6 -2)
📝 SharpCompress.sln (+1 -1)

📄 Description

This pull request removes the existing .github/workflows/dotnetcore.yml GitHub Actions workflow and updates the solution file to reference a new workflow file, .github/workflows/nuget-release.yml, instead. This likely reflects a change in the project's CI/CD process, possibly consolidating or renaming workflows for clarity or updated release processes.

Continuous Integration / Workflow Updates:

  • Removed the dotnetcore.yml workflow, which previously handled builds and artifact uploads for multiple operating systems.
  • Updated the SharpCompress.sln solution file to reference the new nuget-release.yml workflow instead of the removed dotnetcore.yml.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/1098 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 1/3/2026 **Status:** ✅ Merged **Merged:** 1/3/2026 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `adam/remove-old-release` --- ### 📝 Commits (5) - [`46a4064`](https://github.com/adamhathcock/sharpcompress/commit/46a4064989b8ad9a067cafcad64c25608d1101dd) remove old bulid - [`6196e26`](https://github.com/adamhathcock/sharpcompress/commit/6196e26044aaf144f3fa314c703a0e1f55ecb623) also remove from sln - [`a739fdc`](https://github.com/adamhathcock/sharpcompress/commit/a739fdc5440a914622d5926ef0cb487455651aec) Initial plan - [`235096a`](https://github.com/adamhathcock/sharpcompress/commit/235096a2eb1bdfa76c310e235ceb74f6a2c40c8c) Configure nuget-release.yml to run on PRs without publishing - [`574d9f9`](https://github.com/adamhathcock/sharpcompress/commit/574d9f970c43421770cdfd3043ea2968bc69b201) Merge pull request #1099 from adamhathcock/copilot/sub-pr-1098 ### 📊 Changes **3 files changed** (+7 additions, -28 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/dotnetcore.yml` (+0 -25) 📝 `.github/workflows/nuget-release.yml` (+6 -2) 📝 `SharpCompress.sln` (+1 -1) </details> ### 📄 Description This pull request removes the existing `.github/workflows/dotnetcore.yml` GitHub Actions workflow and updates the solution file to reference a new workflow file, `.github/workflows/nuget-release.yml`, instead. This likely reflects a change in the project's CI/CD process, possibly consolidating or renaming workflows for clarity or updated release processes. **Continuous Integration / Workflow Updates:** * Removed the `dotnetcore.yml` workflow, which previously handled builds and artifact uploads for multiple operating systems. * Updated the `SharpCompress.sln` solution file to reference the new `nuget-release.yml` workflow instead of the removed `dotnetcore.yml`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:20:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1529