Paolo Ghibaudo

Results 4 issues of Paolo Ghibaudo

Hi! this commit allow the user to choose to patch 2018 or 2017 unity executable hope it helps

hello again, here is my code that I use to download a file: ``` using (var response = await client.Files.DownloadAsync(file.AsFile.PathDisplay)) { File.WriteAllBytes(folder + "/" + realName, await response.GetContentAsByteArrayAsync()); } ```...

enhancement

hi all! in the issue web page there is a button to let the user to move the issue into another project.. how can I do this by code? thank...

hi @felixgomez ! great repo this!! should be possible to create the skyline also from private repositories? thank you