mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #684] [MERGED] Include license in nuget package #1165
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/684
Author: @daverant
Created: 7/18/2022
Status: ✅ Merged
Merged: 7/26/2022
Merged by: @adamhathcock
Base:
master← Head:nuget-license📝 Commits (3)
c1d4ac4Include license when packing6a69c6cReference bundled package license filef955031Hide license in IDE📊 Changes
1 file changed (+4 additions, -1 deletions)
View changed files
📝
src/SharpCompress/SharpCompress.csproj(+4 -1)📄 Description
Some licensing tools I use (Snyk) were failing to identify SharpCompress' MIT license as it's not bundled into the Nuget package. This bundles LICENSE.txt in the root of the repo into the package following guidance here.
Before:

After:

Could alternatively include an SPDX license expression but this wouldn't include specific wording for the author's copyright
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.