From 6a69c6cd021b5c1bd681fcbfafaf8a91048346f1 Mon Sep 17 00:00:00 2001 From: David Rant Date: Mon, 18 Jul 2022 17:11:06 +0100 Subject: [PATCH] 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.