{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "this will appear in release 1.5",
    "ClosedDate": "2008-05-27T23:32:44.71-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Need a way to Update file content, for files that already exist in a zip archive. \nA related capability:  a way to Remove a file that already exists in a zip archive.\n \nWith v1.4 of the library, if you call ZipFile.AddFile() and specify a filename that already exists in the zip, then you get an exception.  \n \nIt is possible to test the existence of the file in the archive using the string indexer:   ZipFile[string].    \nThe workaround is then to test for existence, and only add the file if it is not already there. This doesn't satisfy the user requirement though, to be able to Update a file cleanly. \n \nWith v1.4, there is no way to remove a file that is currently in the archive.\n \n \nAlso,",
    "LastUpdatedDate": "2013-05-16T05:32:46.313-07:00",
    "PlannedForRelease": "1.5 DotNetZip Library",
    "ReleaseVisibleToPublic": true,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2008-05-16T09:52:59.013-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Update content of a file in a zip archive",
    "Type": {
      "Name": "Feature",
      "Id": 1
    },
    "VoteCount": 2,
    "Id": 4775
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "This is done in change set 19281.  You can now update entries in a zip archive, as well as remove entries from a zip archive.\r\n\r\n** Closed by Cheeso 5/27/2008 11:29 PM",
      "PostedDate": "2008-05-27T23:29:37.4-07:00",
      "Id": -2147483648
    },
    {
      "Message": "re-opening this to set the release...",
      "PostedDate": "2008-05-27T23:29:37.87-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2008-05-27T23:32:29.667-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2008-05-27T23:32:44.71-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:44:50.767-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:32:46.313-07:00",
      "Id": -2147483648
    }
  ]
}