This commit is contained in:
bao-qian
2017-03-07 19:37:38 +00:00
parent 6f42bcfa4f
commit b881f3c1c8

View File

@@ -6,6 +6,7 @@ using System.Net.Sockets;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows; using System.Windows;
using JetBrains.Annotations;
using Squirrel; using Squirrel;
using Newtonsoft.Json; using Newtonsoft.Json;
using Wox.Core.Resource; using Wox.Core.Resource;
@@ -65,7 +66,8 @@ namespace Wox.Core
return tips; return tips;
} }
class GithubRelease [UsedImplicitly]
private class GithubRelease
{ {
[JsonProperty("prerelease")] [JsonProperty("prerelease")]
public bool Prerelease { get; set; } public bool Prerelease { get; set; }