You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had problem packing a project that uses Sigil 5.0.0, got an error: "The DateTimeOffset specified cannot be converted into a Zip file timestamp"
This is a known issue in Nuget that prevents packing files with no modification/creation timestamps.
After a little digging, I figured that Sigil 5.0.0 contains few files with incorrect timestamp,
After downgrading to previous version the problem solved.
The text was updated successfully, but these errors were encountered:
Hi,
I had problem packing a project that uses Sigil 5.0.0, got an error: "The DateTimeOffset specified cannot be converted into a Zip file timestamp"
This is a known issue in Nuget that prevents packing files with no modification/creation timestamps.
After a little digging, I figured that Sigil 5.0.0 contains few files with incorrect timestamp,
After downgrading to previous version the problem solved.
The text was updated successfully, but these errors were encountered: