From c9c14bcebfd79b690776b3f562f835ffa0a869a7 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 28 Dec 2022 23:07:23 -0800 Subject: [PATCH] Add note of where to find implementation --- BurnOutSharp/FileType/MicrosoftCAB.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BurnOutSharp/FileType/MicrosoftCAB.cs b/BurnOutSharp/FileType/MicrosoftCAB.cs index fabb4b97..1acc4bb2 100644 --- a/BurnOutSharp/FileType/MicrosoftCAB.cs +++ b/BurnOutSharp/FileType/MicrosoftCAB.cs @@ -17,6 +17,7 @@ namespace BurnOutSharp.FileType /// Microsoft cabinet file /// /// Specification available at + /// public partial class MicrosoftCAB : IScannable { ///