From c1d4ac45aba52952cf1573a82c3f769c73c8beb4 Mon Sep 17 00:00:00 2001 From: David Rant Date: Mon, 18 Jul 2022 17:10:36 +0100 Subject: [PATCH 1/3] Include license when packing --- src/SharpCompress/SharpCompress.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index f35bf43f..2ca161b9 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -30,6 +30,9 @@ False + + + From 6a69c6cd021b5c1bd681fcbfafaf8a91048346f1 Mon Sep 17 00:00:00 2001 From: David Rant Date: Mon, 18 Jul 2022 17:11:06 +0100 Subject: [PATCH 2/3] Reference bundled package license file --- src/SharpCompress/SharpCompress.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index 2ca161b9..5127c6d4 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -15,7 +15,7 @@ SharpCompress rar;unrar;zip;unzip;bzip2;gzip;tar;7zip;lzip;xz https://github.com/adamhathcock/sharpcompress - https://github.com/adamhathcock/sharpcompress/blob/master/LICENSE.txt + LICENSE.txt false false SharpCompress is a compression library for NET Standard 2.0/2.1/NET 5.0 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented. From f955031e27957a6272500da14b912231a3c36b2a Mon Sep 17 00:00:00 2001 From: David Rant Date: Mon, 18 Jul 2022 17:16:22 +0100 Subject: [PATCH 3/3] Hide license in IDE --- src/SharpCompress/SharpCompress.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index 5127c6d4..71c70a89 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -31,7 +31,7 @@ - +