mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-13 05:25:00 +00:00
[PR #803] [MERGED] Add support for the UnixTimeExtraField in Zip files #1242
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/803
Author: @DannyBoyk
Created: 1/12/2024
Status: ✅ Merged
Merged: 1/15/2024
Merged by: @adamhathcock
Base:
master← Head:802_Add_UnixTimeExtraField_Support_Zips📝 Commits (1)
d69559eAdd support for the UnixTimeExtraField in Zip files📊 Changes
3 files changed (+142 additions, -2 deletions)
View changed files
📝
src/SharpCompress/Common/Zip/Headers/DirectoryEntryHeader.cs(+30 -0)📝
src/SharpCompress/Common/Zip/Headers/LocalEntryHeader.cs(+30 -0)📝
src/SharpCompress/Common/Zip/Headers/LocalEntryHeaderExtraFactory.cs(+82 -2)📄 Description
Fixes #802
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.