diff --git a/src/SharpCompress/Writers/Zip/ZipWriterEntryOptions.cs b/src/SharpCompress/Writers/Zip/ZipWriterEntryOptions.cs index f532a473..dcadb21c 100644 --- a/src/SharpCompress/Writers/Zip/ZipWriterEntryOptions.cs +++ b/src/SharpCompress/Writers/Zip/ZipWriterEntryOptions.cs @@ -4,7 +4,7 @@ using SharpCompress.Compressors.Deflate; namespace SharpCompress.Writers.Zip; -public class ZipWriterEntryOptions : OptionsBase +public class ZipWriterEntryOptions { public CompressionType? CompressionType { get; set; }