mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
remove all destructors
This commit is contained in:
@@ -85,10 +85,14 @@ namespace QuickLook.Helpers
|
||||
|
||||
var notes = string.Empty;
|
||||
|
||||
var count = 0;
|
||||
foreach (var item in json)
|
||||
{
|
||||
notes += $"# {item["name"]}\r\n\r\n";
|
||||
notes += item["body"] + "\r\n\r\n";
|
||||
|
||||
if (count++ > 10)
|
||||
break;
|
||||
}
|
||||
|
||||
var changeLogPath = Path.GetTempFileName() + ".md";
|
||||
|
Reference in New Issue
Block a user