|
|
|
|
@@ -2,9 +2,9 @@
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AssemblyTitle>SharpCompress - Pure C# Decompression/Compression</AssemblyTitle>
|
|
|
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
|
|
|
|
<VersionPrefix>0.17.0</VersionPrefix>
|
|
|
|
|
<AssemblyVersion>0.17.0.0</AssemblyVersion>
|
|
|
|
|
<FileVersion>0.17.0.0</FileVersion>
|
|
|
|
|
<VersionPrefix>0.17.1</VersionPrefix>
|
|
|
|
|
<AssemblyVersion>0.17.1.0</AssemblyVersion>
|
|
|
|
|
<FileVersion>0.17.1.0</FileVersion>
|
|
|
|
|
<Authors>Adam Hathcock</Authors>
|
|
|
|
|
<TargetFrameworks Condition="'$(LibraryFrameworks)'==''">net45;net35;netstandard1.0;netstandard1.3</TargetFrameworks>
|
|
|
|
|
<TargetFrameworks Condition="'$(LibraryFrameworks)'!=''">$(LibraryFrameworks)</TargetFrameworks>
|
|
|
|
|
@@ -15,14 +15,14 @@
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
|
|
|
|
<PackageId>SharpCompress</PackageId>
|
|
|
|
|
<PackageTags>rar;unrar;zip;unzip;bzip2;gzip;tar;7zip</PackageTags>
|
|
|
|
|
<PackageTags>rar;unrar;zip;unzip;bzip2;gzip;tar;7zip;lzip;xz</PackageTags>
|
|
|
|
|
<PackageProjectUrl>https://github.com/adamhathcock/sharpcompress</PackageProjectUrl>
|
|
|
|
|
<PackageLicenseUrl>https://github.com/adamhathcock/sharpcompress/blob/master/LICENSE.txt</PackageLicenseUrl>
|
|
|
|
|
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
|
|
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
|
|
|
|
<Description>SharpCompress is a compression library for NET Standard 1.0 that can unrar, decompress 7zip, zip/unzip, tar/untar bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.</Description>
|
|
|
|
|
<Description>SharpCompress is a compression library for NET Standard 1.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.</Description>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
|
|
|
|
|
<DefineConstants>$(DefineConstants);NO_FILE;NO_CRYPTO;SILVERLIGHT</DefineConstants>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|
|
|
|
|
</Project>
|