{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in changeset 33763.  The first binary release with this fix is v1.8.3.35.",
    "ClosedDate": "2009-06-25T10:19:58.837-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "WinZip interprets an OS encoding of 10 in the  Version Made By field as \"Tops-20\" not NTFS as per the appnote.txt spec.\n \nDotNetZip currently encodes 10 in that place, and this is causing incompatibility. \n \nA while ago, DotNetZip always used 0 for the upper byte of the \"version made by\" field, just like WinZip. Then someone asked for file attributes to be encoded into the zip, and also properly applied upon extraction. (workitem 7071)  The meaning of the file attributes field depends on the value of the \"Version made by\", and specifically on the encoded OS version.  So I modified DotNetZip to store and set the NTFS file attributes, and also encode NTFS in the \"version made by\" field.\n \nAt least I thought they were NTFS attributes. Turns out the attributes returned from File.GetAttributes() are not NTFS attributes but are FAT attributes, and Version Made By should be zero, as WinZip has it.  (This isn't quite true - the value returned from File.GetAttributes includes attributes that apply to FAT, and also may include some attributes that are supported only on NTFS.   But I can special case those.) \n \nSo I think we can do what rmlewin suggests - encode 0 for the OS, and keep DotNetZip compatible.",
    "LastUpdatedDate": "2013-05-16T05:32:16.95-07:00",
    "PlannedForRelease": "1.8 DotNetZip",
    "ReleaseVisibleToPublic": true,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2009-06-23T05:32:57.35-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "\"Version Made By\" OS code should be zero for compatibility with WinZip",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 2,
    "Id": 7926
  },
  "FileAttachments": [],
  "Comments": []
}