Skip to content

Commit fe6627f

Browse files
committed
Update to WiseUnpacker 1.3.1
1 parent edffa3c commit fe6627f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BinaryObjectScanner/BinaryObjectScanner.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<PackageReference Include="SabreTools.Models" Version="1.4.0" />
8989
<PackageReference Include="SabreTools.Serialization" Version="1.4.1" />
9090
<PackageReference Include="UnshieldSharp" Version="1.7.3" />
91-
<PackageReference Include="WiseUnpacker" Version="1.3.0" />
91+
<PackageReference Include="WiseUnpacker" Version="1.3.1" />
9292
</ItemGroup>
9393

9494
</Project>

BinaryObjectScanner/Packer/WiseInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public class WiseInstaller : IExtractableNewExecutable, IExtractablePortableExec
320320
/// <summary>
321321
/// Class representing the properties of each recognized Wise installer format
322322
/// </summary>
323-
/// <see href="https://github.com/mnadareski/WiseUnpacker/blob/master/WiseUnpacker/FormatProperty.cs"/>
323+
/// TODO: Requires all fields to be writable in package before replacement
324324
private class FormatProperty
325325
{
326326
/// <summary>

0 commit comments

Comments
 (0)