Updated dependencies.

This commit is contained in:
2017-05-20 05:46:54 +01:00
parent e4742a5375
commit 8859eed894
7 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2017-05-20 Natalia Portillo <claunia@claunia.com>
* packages.config:
* DiscImageChef.DiscImages.csproj: Updated dependencies.
2017-05-19 Natalia Portillo <claunia@claunia.com> 2017-05-19 Natalia Portillo <claunia@claunia.com>
* BLU.cs: * BLU.cs:

View File

@@ -36,7 +36,7 @@
<HintPath>..\packages\SharpCompress.0.13.0\lib\net40\SharpCompress.dll</HintPath> <HintPath>..\packages\SharpCompress.0.13.0\lib\net40\SharpCompress.dll</HintPath>
</Reference> </Reference>
<Reference Include="plist-cil"> <Reference Include="plist-cil">
<HintPath>..\packages\plist-cil.1.15.0\lib\net40\plist-cil.dll</HintPath> <HintPath>..\packages\plist-cil.1.16.0\lib\net40\plist-cil.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="plist-cil" version="1.15.0" targetFramework="net40" /> <package id="plist-cil" version="1.16.0" targetFramework="net40" />
<package id="SharpCompress" version="0.13.0" targetFramework="net40" /> <package id="SharpCompress" version="0.13.0" targetFramework="net40" />
</packages> </packages>

View File

@@ -1,3 +1,8 @@
2017-05-20 Natalia Portillo <claunia@claunia.com>
* packages.config:
* DiscImageChef.Settings.csproj: Updated dependencies.
2017-05-19 Natalia Portillo <claunia@claunia.com> 2017-05-19 Natalia Portillo <claunia@claunia.com>
* Settings.cs: * Settings.cs:

View File

@@ -33,7 +33,7 @@
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
<Reference Include="plist-cil"> <Reference Include="plist-cil">
<HintPath>..\packages\plist-cil.1.15.0\lib\net40\plist-cil.dll</HintPath> <HintPath>..\packages\plist-cil.1.16.0\lib\net40\plist-cil.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="plist-cil" version="1.15.0" targetFramework="net40" /> <package id="plist-cil" version="1.16.0" targetFramework="net40" />
</packages> </packages>