[
  {
    "Id": "453987",
    "ThreadId": "215601",
    "Html": "<p>Hi I'm doing something similar to the asp.net example given and I'm trying to add a ReadMe.txt file from a string but its not doing the line breaks (new lines) properly.</p>\r\n<p>The asp.net example uses AddFileFromString() but I see that that function no longer exists so I'm using AddEntry() instead.</p>\r\n<p>&nbsp;</p>\r\n<div style=\"color:black;background-color:white\">\r\n<pre>String readmeText = String.Format(<span style=\"color:#a31515\">&quot;README.TXT\\n\\nThis is a sample ReadMe File created on {0}\\n&quot;</span>, System.DateTime.Now.ToString(<span style=\"color:#a31515\">&quot;G&quot;</span>));\r\n\r\n...\r\n\r\nzip.AddEntry(<span style=\"color:#a31515\">&quot;README.txt&quot;</span>,readmeText);\r\n</pre>\r\n</div>\r\n<p>&nbsp;</p>\r\n<p>However when I open the file its all on one line.</p>\r\n<p>Thanks</p>\r\n<p>&nbsp;</p>\r\n<p>EDIT: I'm using the Reduced Library if that makes any difference</p>",
    "PostedDate": "2010-06-10T07:07:05.37-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "455419",
    "ThreadId": "215601",
    "Html": "<p>You may need to add \\r before each \\n , in the quoted string.</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2010-06-14T15:27:23.51-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "457408",
    "ThreadId": "215601",
    "Html": "<p>Thanks.</p>\r\n<p>That works, or also Environment.NewLine works as well.</p>",
    "PostedDate": "2010-06-18T13:36:15.397-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]