Update packages, fix prebuild

This commit is contained in:
Matt Nadareski
2017-02-13 13:53:06 -08:00
parent fab46c0b46
commit 32e8800f21
42 changed files with 21563 additions and 21616 deletions

View File

@@ -72,10 +72,6 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="AlphaFS, Version=2.1.0.0, Culture=neutral, PublicKeyToken=4d31a58f7d7ad5c9, processorArchitecture=MSIL">
<HintPath>..\packages\AlphaFS.2.1.0\lib\net451\AlphaFS.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> <Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\Mono.Data.Sqlite.dll</HintPath> <HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\Mono.Data.Sqlite.dll</HintPath>
<Private>True</Private> <Private>True</Private>
@@ -97,6 +93,9 @@
<Reference Include="System.Data" /> <Reference Include="System.Data" />
<Reference Include="System.Net.Http" /> <Reference Include="System.Net.Http" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
<Reference Include="AlphaFS">
<HintPath>..\packages\AlphaFS.2.1.2\lib\net452\AlphaFS.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Partials\RombaSharp.Help.cs" /> <Compile Include="Partials\RombaSharp.Help.cs" />

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="AlphaFS" version="2.1.0" targetFramework="net452" /> <package id="AlphaFS" version="2.1.2" targetFramework="net452" />
<package id="Mono.Data.Sqlite.Portable" version="1.0.3.5" targetFramework="net452" /> <package id="Mono.Data.Sqlite.Portable" version="1.0.3.5" targetFramework="net452" />
</packages> </packages>

View File

@@ -72,18 +72,10 @@
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="AlphaFS, Version=2.1.0.0, Culture=neutral, PublicKeyToken=4d31a58f7d7ad5c9, processorArchitecture=MSIL">
<HintPath>..\packages\AlphaFS.2.1.0\lib\net451\AlphaFS.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> <Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\Mono.Data.Sqlite.dll</HintPath> <HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\Mono.Data.Sqlite.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="SharpCompress, Version=0.14.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SharpCompress.0.14.0\lib\net45\SharpCompress.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
@@ -105,6 +97,12 @@
<Reference Include="System.Data" /> <Reference Include="System.Data" />
<Reference Include="System.Net.Http" /> <Reference Include="System.Net.Http" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
<Reference Include="AlphaFS">
<HintPath>..\packages\AlphaFS.2.1.2\lib\net452\AlphaFS.dll</HintPath>
</Reference>
<Reference Include="SharpCompress">
<HintPath>..\packages\SharpCompress.0.15.1\lib\net45\SharpCompress.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Data\Constants.cs" /> <Compile Include="Data\Constants.cs" />
@@ -230,7 +228,7 @@
</PostBuildEvent> </PostBuildEvent>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<PreBuildEvent>xcopy /s /e /y "$(SolutionDir)$(ProjectName)\$(PlatformName)\*.dll" "$(SolutionDir)$(ProjectName)"</PreBuildEvent> <PreBuildEvent>robocopy "$(SolutionDir)$(ProjectName)\$(PlatformName)" "$(SolutionDir)$(ProjectName)" "*.dll"</PreBuildEvent>
</PropertyGroup> </PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="AlphaFS" version="2.1.0" targetFramework="net452" /> <package id="AlphaFS" version="2.1.2" targetFramework="net452" />
<package id="Mono.Data.Sqlite.Portable" version="1.0.3.5" targetFramework="net452" /> <package id="Mono.Data.Sqlite.Portable" version="1.0.3.5" targetFramework="net452" />
<package id="SharpCompress" version="0.14.0" targetFramework="net452" /> <package id="SharpCompress" version="0.15.1" targetFramework="net452" />
</packages> </packages>

View File

@@ -3,10 +3,10 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14 # Visual Studio 14
VisualStudioVersion = 14.0.23107.0 VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SabreTools", "SabreTools\SabreTools.csproj", "{3B615702-1866-4D7B-8AF1-7B43FD0CC1D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SabreTools.Helper", "SabreTools.Helper\SabreTools.Helper.csproj", "{225A1AFD-0890-44E8-B779-7502665C23A5}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SabreTools.Helper", "SabreTools.Helper\SabreTools.Helper.csproj", "{225A1AFD-0890-44E8-B779-7502665C23A5}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SabreTools", "SabreTools\SabreTools.csproj", "{3B615702-1866-4D7B-8AF1-7B43FD0CC1D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RombaSharp", "RombaSharp\RombaSharp.csproj", "{4728D479-8CFB-43E9-8C63-4774C6D73200}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RombaSharp", "RombaSharp\RombaSharp.csproj", "{4728D479-8CFB-43E9-8C63-4774C6D73200}"
EndProject EndProject
Global Global

View File

@@ -88,18 +88,10 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="AlphaFS, Version=2.1.0.0, Culture=neutral, PublicKeyToken=4d31a58f7d7ad5c9, processorArchitecture=MSIL">
<HintPath>..\packages\AlphaFS.2.1.0\lib\net451\AlphaFS.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> <Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\Mono.Data.Sqlite.dll</HintPath> <HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\Mono.Data.Sqlite.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="SharpCompress, Version=0.14.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SharpCompress.0.14.0\lib\net45\SharpCompress.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
@@ -120,6 +112,12 @@
<Reference Include="Microsoft.CSharp" /> <Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
<Reference Include="AlphaFS">
<HintPath>..\packages\AlphaFS.2.1.2\lib\net452\AlphaFS.dll</HintPath>
</Reference>
<Reference Include="SharpCompress">
<HintPath>..\packages\SharpCompress.0.15.1\lib\net45\SharpCompress.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Partials\SabreTools.Help.cs" /> <Compile Include="Partials\SabreTools.Help.cs" />

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="AlphaFS" version="2.1.0" targetFramework="net452" /> <package id="AlphaFS" version="2.1.2" targetFramework="net452" />
<package id="Mono.Data.Sqlite.Portable" version="1.0.3.5" targetFramework="net452" /> <package id="Mono.Data.Sqlite.Portable" version="1.0.3.5" targetFramework="net452" />
<package id="SharpCompress" version="0.14.0" targetFramework="net452" /> <package id="SharpCompress" version="0.15.1" targetFramework="net452" />
</packages> </packages>

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1008,7 +1008,7 @@
<param name="ignoreReadOnly"><see langword="true"/> overrides read only <see cref="T:System.IO.FileAttributes"/> of files and directories.</param> <param name="ignoreReadOnly"><see langword="true"/> overrides read only <see cref="T:System.IO.FileAttributes"/> of files and directories.</param>
<param name="pathFormat">Indicates the format of the path parameter(s).</param> <param name="pathFormat">Indicates the format of the path parameter(s).</param>
</member> </member>
<member name="M:Alphaleonis.Win32.Filesystem.Directory.DeleteDirectoryCore(Alphaleonis.Win32.Filesystem.FileSystemEntryInfo,Alphaleonis.Win32.Filesystem.KernelTransaction,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,Alphaleonis.Win32.Filesystem.PathFormat)"> <member name="M:Alphaleonis.Win32.Filesystem.Directory.DeleteDirectoryCore(Alphaleonis.Win32.Filesystem.FileSystemEntryInfo,Alphaleonis.Win32.Filesystem.KernelTransaction,System.String,System.Boolean,System.Boolean,System.Boolean,Alphaleonis.Win32.Filesystem.PathFormat)">
<summary>Deletes the specified directory and, if indicated, any subdirectories in the directory.</summary> <summary>Deletes the specified directory and, if indicated, any subdirectories in the directory.</summary>
<remarks>The RemoveDirectory function marks a directory for deletion on close. Therefore, the directory is not removed until the last handle to the directory is closed.</remarks> <remarks>The RemoveDirectory function marks a directory for deletion on close. Therefore, the directory is not removed until the last handle to the directory is closed.</remarks>
<exception cref="T:System.ArgumentException"/> <exception cref="T:System.ArgumentException"/>
@@ -1023,7 +1023,6 @@
<param name="path">The name of the directory to remove. Use either <paramref name="path"/> or <paramref name="fileSystemEntryInfo"/>, not both.</param> <param name="path">The name of the directory to remove. Use either <paramref name="path"/> or <paramref name="fileSystemEntryInfo"/>, not both.</param>
<param name="recursive"><see langword="true"/> to remove all files and subdirectories recursively; <see langword="false"/> otherwise only the top level empty directory.</param> <param name="recursive"><see langword="true"/> to remove all files and subdirectories recursively; <see langword="false"/> otherwise only the top level empty directory.</param>
<param name="ignoreReadOnly"><see langword="true"/> overrides read only attribute of files and directories.</param> <param name="ignoreReadOnly"><see langword="true"/> overrides read only attribute of files and directories.</param>
<param name="requireEmpty"><see langword="true"/> requires the directory must be empty.</param>
<param name="continueOnNotExist"><see langword="true"/> does not throw an Exception when the file system object does not exist.</param> <param name="continueOnNotExist"><see langword="true"/> does not throw an Exception when the file system object does not exist.</param>
<param name="pathFormat">Indicates the format of the path parameter(s).</param> <param name="pathFormat">Indicates the format of the path parameter(s).</param>
</member> </member>

View File

@@ -1008,7 +1008,7 @@
<param name="ignoreReadOnly"><see langword="true"/> overrides read only <see cref="T:System.IO.FileAttributes"/> of files and directories.</param> <param name="ignoreReadOnly"><see langword="true"/> overrides read only <see cref="T:System.IO.FileAttributes"/> of files and directories.</param>
<param name="pathFormat">Indicates the format of the path parameter(s).</param> <param name="pathFormat">Indicates the format of the path parameter(s).</param>
</member> </member>
<member name="M:Alphaleonis.Win32.Filesystem.Directory.DeleteDirectoryCore(Alphaleonis.Win32.Filesystem.FileSystemEntryInfo,Alphaleonis.Win32.Filesystem.KernelTransaction,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,Alphaleonis.Win32.Filesystem.PathFormat)"> <member name="M:Alphaleonis.Win32.Filesystem.Directory.DeleteDirectoryCore(Alphaleonis.Win32.Filesystem.FileSystemEntryInfo,Alphaleonis.Win32.Filesystem.KernelTransaction,System.String,System.Boolean,System.Boolean,System.Boolean,Alphaleonis.Win32.Filesystem.PathFormat)">
<summary>Deletes the specified directory and, if indicated, any subdirectories in the directory.</summary> <summary>Deletes the specified directory and, if indicated, any subdirectories in the directory.</summary>
<remarks>The RemoveDirectory function marks a directory for deletion on close. Therefore, the directory is not removed until the last handle to the directory is closed.</remarks> <remarks>The RemoveDirectory function marks a directory for deletion on close. Therefore, the directory is not removed until the last handle to the directory is closed.</remarks>
<exception cref="T:System.ArgumentException"/> <exception cref="T:System.ArgumentException"/>
@@ -1023,7 +1023,6 @@
<param name="path">The name of the directory to remove. Use either <paramref name="path"/> or <paramref name="fileSystemEntryInfo"/>, not both.</param> <param name="path">The name of the directory to remove. Use either <paramref name="path"/> or <paramref name="fileSystemEntryInfo"/>, not both.</param>
<param name="recursive"><see langword="true"/> to remove all files and subdirectories recursively; <see langword="false"/> otherwise only the top level empty directory.</param> <param name="recursive"><see langword="true"/> to remove all files and subdirectories recursively; <see langword="false"/> otherwise only the top level empty directory.</param>
<param name="ignoreReadOnly"><see langword="true"/> overrides read only attribute of files and directories.</param> <param name="ignoreReadOnly"><see langword="true"/> overrides read only attribute of files and directories.</param>
<param name="requireEmpty"><see langword="true"/> requires the directory must be empty.</param>
<param name="continueOnNotExist"><see langword="true"/> does not throw an Exception when the file system object does not exist.</param> <param name="continueOnNotExist"><see langword="true"/> does not throw an Exception when the file system object does not exist.</param>
<param name="pathFormat">Indicates the format of the path parameter(s).</param> <param name="pathFormat">Indicates the format of the path parameter(s).</param>
</member> </member>

View File

@@ -1008,7 +1008,7 @@
<param name="ignoreReadOnly"><see langword="true"/> overrides read only <see cref="T:System.IO.FileAttributes"/> of files and directories.</param> <param name="ignoreReadOnly"><see langword="true"/> overrides read only <see cref="T:System.IO.FileAttributes"/> of files and directories.</param>
<param name="pathFormat">Indicates the format of the path parameter(s).</param> <param name="pathFormat">Indicates the format of the path parameter(s).</param>
</member> </member>
<member name="M:Alphaleonis.Win32.Filesystem.Directory.DeleteDirectoryCore(Alphaleonis.Win32.Filesystem.FileSystemEntryInfo,Alphaleonis.Win32.Filesystem.KernelTransaction,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,Alphaleonis.Win32.Filesystem.PathFormat)"> <member name="M:Alphaleonis.Win32.Filesystem.Directory.DeleteDirectoryCore(Alphaleonis.Win32.Filesystem.FileSystemEntryInfo,Alphaleonis.Win32.Filesystem.KernelTransaction,System.String,System.Boolean,System.Boolean,System.Boolean,Alphaleonis.Win32.Filesystem.PathFormat)">
<summary>Deletes the specified directory and, if indicated, any subdirectories in the directory.</summary> <summary>Deletes the specified directory and, if indicated, any subdirectories in the directory.</summary>
<remarks>The RemoveDirectory function marks a directory for deletion on close. Therefore, the directory is not removed until the last handle to the directory is closed.</remarks> <remarks>The RemoveDirectory function marks a directory for deletion on close. Therefore, the directory is not removed until the last handle to the directory is closed.</remarks>
<exception cref="T:System.ArgumentException"/> <exception cref="T:System.ArgumentException"/>
@@ -1023,7 +1023,6 @@
<param name="path">The name of the directory to remove. Use either <paramref name="path"/> or <paramref name="fileSystemEntryInfo"/>, not both.</param> <param name="path">The name of the directory to remove. Use either <paramref name="path"/> or <paramref name="fileSystemEntryInfo"/>, not both.</param>
<param name="recursive"><see langword="true"/> to remove all files and subdirectories recursively; <see langword="false"/> otherwise only the top level empty directory.</param> <param name="recursive"><see langword="true"/> to remove all files and subdirectories recursively; <see langword="false"/> otherwise only the top level empty directory.</param>
<param name="ignoreReadOnly"><see langword="true"/> overrides read only attribute of files and directories.</param> <param name="ignoreReadOnly"><see langword="true"/> overrides read only attribute of files and directories.</param>
<param name="requireEmpty"><see langword="true"/> requires the directory must be empty.</param>
<param name="continueOnNotExist"><see langword="true"/> does not throw an Exception when the file system object does not exist.</param> <param name="continueOnNotExist"><see langword="true"/> does not throw an Exception when the file system object does not exist.</param>
<param name="pathFormat">Indicates the format of the path parameter(s).</param> <param name="pathFormat">Indicates the format of the path parameter(s).</param>
</member> </member>

View File

@@ -1008,7 +1008,7 @@
<param name="ignoreReadOnly"><see langword="true"/> overrides read only <see cref="T:System.IO.FileAttributes"/> of files and directories.</param> <param name="ignoreReadOnly"><see langword="true"/> overrides read only <see cref="T:System.IO.FileAttributes"/> of files and directories.</param>
<param name="pathFormat">Indicates the format of the path parameter(s).</param> <param name="pathFormat">Indicates the format of the path parameter(s).</param>
</member> </member>
<member name="M:Alphaleonis.Win32.Filesystem.Directory.DeleteDirectoryCore(Alphaleonis.Win32.Filesystem.FileSystemEntryInfo,Alphaleonis.Win32.Filesystem.KernelTransaction,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,Alphaleonis.Win32.Filesystem.PathFormat)"> <member name="M:Alphaleonis.Win32.Filesystem.Directory.DeleteDirectoryCore(Alphaleonis.Win32.Filesystem.FileSystemEntryInfo,Alphaleonis.Win32.Filesystem.KernelTransaction,System.String,System.Boolean,System.Boolean,System.Boolean,Alphaleonis.Win32.Filesystem.PathFormat)">
<summary>Deletes the specified directory and, if indicated, any subdirectories in the directory.</summary> <summary>Deletes the specified directory and, if indicated, any subdirectories in the directory.</summary>
<remarks>The RemoveDirectory function marks a directory for deletion on close. Therefore, the directory is not removed until the last handle to the directory is closed.</remarks> <remarks>The RemoveDirectory function marks a directory for deletion on close. Therefore, the directory is not removed until the last handle to the directory is closed.</remarks>
<exception cref="T:System.ArgumentException"/> <exception cref="T:System.ArgumentException"/>
@@ -1023,7 +1023,6 @@
<param name="path">The name of the directory to remove. Use either <paramref name="path"/> or <paramref name="fileSystemEntryInfo"/>, not both.</param> <param name="path">The name of the directory to remove. Use either <paramref name="path"/> or <paramref name="fileSystemEntryInfo"/>, not both.</param>
<param name="recursive"><see langword="true"/> to remove all files and subdirectories recursively; <see langword="false"/> otherwise only the top level empty directory.</param> <param name="recursive"><see langword="true"/> to remove all files and subdirectories recursively; <see langword="false"/> otherwise only the top level empty directory.</param>
<param name="ignoreReadOnly"><see langword="true"/> overrides read only attribute of files and directories.</param> <param name="ignoreReadOnly"><see langword="true"/> overrides read only attribute of files and directories.</param>
<param name="requireEmpty"><see langword="true"/> requires the directory must be empty.</param>
<param name="continueOnNotExist"><see langword="true"/> does not throw an Exception when the file system object does not exist.</param> <param name="continueOnNotExist"><see langword="true"/> does not throw an Exception when the file system object does not exist.</param>
<param name="pathFormat">Indicates the format of the path parameter(s).</param> <param name="pathFormat">Indicates the format of the path parameter(s).</param>
</member> </member>

File diff suppressed because it is too large Load Diff

View File

@@ -1,43 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SharpCompress</id>
<version>0.14.0</version>
<title>SharpCompress - Pure C# Decompression/Compression</title>
<authors>Adam Hathcock</authors>
<owners>Adam Hathcock</owners>
<licenseUrl>https://github.com/adamhathcock/sharpcompress/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/adamhathcock/sharpcompress</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SharpCompress</description>
<language>en-US</language>
<tags>rar unrar zip unzip bzip2 gzip tar 7zip</tags>
<dependencies>
<group targetFramework=".NETFramework3.5" />
<group targetFramework=".NETFramework4.0" />
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETPortable4.0-Profile328" />
<group targetFramework=".NETPortable4.5-Profile259" />
<group targetFramework=".NETStandard1.0">
<dependency id="System.Collections" version="[4.0.11, )" />
<dependency id="System.Diagnostics.Debug" version="[4.0.11, )" />
<dependency id="System.IO" version="[4.1.0, )" />
<dependency id="System.Linq" version="[4.1.0, )" />
<dependency id="System.Resources.ResourceManager" version="[4.0.1, )" />
<dependency id="System.Runtime.Extensions" version="[4.1.0, )" />
<dependency id="System.Text.Encoding.Extensions" version="[4.0.11, )" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="System.Collections" version="[4.0.11, )" />
<dependency id="System.Diagnostics.Debug" version="[4.0.11, )" />
<dependency id="System.IO" version="[4.1.0, )" />
<dependency id="System.IO.FileSystem" version="[4.0.1, )" />
<dependency id="System.Linq" version="[4.1.0, )" />
<dependency id="System.Resources.ResourceManager" version="[4.0.1, )" />
<dependency id="System.Runtime.Extensions" version="[4.1.0, )" />
<dependency id="System.Security.Cryptography.Algorithms" version="[4.2.0, )" />
<dependency id="System.Text.Encoding.Extensions" version="[4.0.11, )" />
</group>
</dependencies>
</metadata>
</package>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.