mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
misc
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user