diff --git a/BurnOutSharp/BurnOutSharp.csproj b/BurnOutSharp/BurnOutSharp.csproj
index 30f9bb9a..2d970127 100644
--- a/BurnOutSharp/BurnOutSharp.csproj
+++ b/BurnOutSharp/BurnOutSharp.csproj
@@ -11,9 +11,9 @@
Copyright (c)2005-2010 Gernot Knippen, Copyright (c)2018-2021 Matt Nadareski
LICENSE.txt
https://github.com/mnadareski/BurnOutSharp
- 1.6.1
- 1.6.1
- 1.6.1
+ 1.7.0
+ 1.7.0
+ 1.7.0
true
true
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/BurnOutSharp/FileType/InstallShieldCAB.cs b/BurnOutSharp/FileType/InstallShieldCAB.cs
index 70d464b5..8d7ee841 100644
--- a/BurnOutSharp/FileType/InstallShieldCAB.cs
+++ b/BurnOutSharp/FileType/InstallShieldCAB.cs
@@ -3,7 +3,7 @@ using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
-using UnshieldSharp;
+using UnshieldSharp.Cabinet;
namespace BurnOutSharp.FileType
{
@@ -54,7 +54,7 @@ namespace BurnOutSharp.FileType
string tempPath = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
Directory.CreateDirectory(tempPath);
- UnshieldCabinet cabfile = UnshieldCabinet.Open(file);
+ InstallShieldCabinet cabfile = InstallShieldCabinet.Open(file);
for (int i = 0; i < cabfile.FileCount; i++)
{
// If an individual entry fails