Add last extension property from UnshieldSharp

This commit is contained in:
Matt Nadareski
2024-04-24 00:33:24 -04:00
parent be4a95fe91
commit 40de2575bb

View File

@@ -15,6 +15,12 @@ namespace SabreTools.Serialization.Wrappers
#region Extension Properties
/// <summary>
/// Reference to the next cabinet header
/// </summary>
/// <remarks>Only used in multi-file</remarks>
public InstallShieldCabinet? Next { get; set; }
/// <summary>
/// Number of components in the cabinet set
/// </summary>