mirror of
https://github.com/RomanBelkov/DiskImager.git
synced 2026-05-15 14:15:51 -06:00
Updated to latest version of XZ.NET
This commit is contained in:
parent
aea7db3e87
commit
f4bbd85545
6 changed files with 4 additions and 4 deletions
|
|
@ -79,7 +79,7 @@
|
|||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="XZ.NET, Version=1.2.0.0, Culture=neutral, processorArchitecture=x86">
|
||||
<HintPath>..\packages\XZ.NET.1.2.1\lib\XZ.NET.dll</HintPath>
|
||||
<HintPath>..\packages\XZ.NET.1.2.2\lib\XZ.NET.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
|
|
|||
|
|
@ -47,5 +47,5 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.4.0.*")]
|
||||
[assembly: AssemblyFileVersion("1.4.0.0")]
|
||||
[assembly: AssemblyVersion("1.4.1.*")]
|
||||
[assembly: AssemblyFileVersion("1.4.1.0")]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="XZ.NET" version="1.2.1" targetFramework="net40-Client" />
|
||||
<package id="XZ.NET" version="1.2.2" targetFramework="net40-Client" />
|
||||
</packages>
|
||||
BIN
packages/XZ.NET.1.2.1/XZ.NET.1.2.1.nupkg
vendored
BIN
packages/XZ.NET.1.2.1/XZ.NET.1.2.1.nupkg
vendored
Binary file not shown.
BIN
packages/XZ.NET.1.2.2/XZ.NET.1.2.2.nupkg
vendored
Normal file
BIN
packages/XZ.NET.1.2.2/XZ.NET.1.2.2.nupkg
vendored
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue