After the version: 22.12.0.0, the file’s date modified time always is 2049/1/1
previous versions are working good.
code:
using var stream = File.OpenWrite(zipFilePath);
var setting = new ArchiveEntrySettings(Compress…...using var archive = new Archive(setting); archive.CreateEntry(Path...GetFileName(filePath), filePath); archive.Save(stream, new ArchiveSaveOptions...