From 5a930930da5149ef99c3725e1471f5cfdb794275 Mon Sep 17 00:00:00 2001 From: Andreas Eriksson Date: Sun, 27 Nov 2022 12:36:19 +0100 Subject: [PATCH 1/3] Use PackageLicenseExpression instead of PackageLicenseFile --- src/SharpCompress/SharpCompress.csproj | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index bcf54b2e..6a48a147 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -14,8 +14,8 @@ true SharpCompress rar;unrar;zip;unzip;bzip2;gzip;tar;7zip;lzip;xz - https://github.com/adamhathcock/sharpcompress - LICENSE.txt + https://github.com/adamhathcock/sharpcompress + MIT 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. @@ -29,10 +29,7 @@ False False - - - - + From addb7ca95d530ccb7cd0177b899ba58e69bfb24a Mon Sep 17 00:00:00 2001 From: Andreas Eriksson Date: Sun, 27 Nov 2022 12:37:28 +0100 Subject: [PATCH 2/3] spaces --- src/SharpCompress/SharpCompress.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index 6a48a147..a618836a 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -1,4 +1,4 @@ - + SharpCompress - Pure C# Decompression/Compression en-US @@ -14,7 +14,7 @@ true SharpCompress rar;unrar;zip;unzip;bzip2;gzip;tar;7zip;lzip;xz - https://github.com/adamhathcock/sharpcompress + https://github.com/adamhathcock/sharpcompress MIT false false From 941db572c7e6e6239af6a1ad5e35d5050cda31fc Mon Sep 17 00:00:00 2001 From: Andreas Eriksson Date: Sun, 27 Nov 2022 12:39:59 +0100 Subject: [PATCH 3/3] Add Copyright. --- src/SharpCompress/SharpCompress.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index a618836a..7be35930 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -16,6 +16,7 @@ rar;unrar;zip;unzip;bzip2;gzip;tar;7zip;lzip;xz https://github.com/adamhathcock/sharpcompress MIT + Copyright (c) 2014 Adam Hathcock 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.