Property | Type | Description | |
---|---|---|---|
body | string | ||
browser_download_url | string | ||
name | string | ||
prerelease | bool |
Method | Description | |
---|---|---|
CompareVersion ( string l, string r ) : int | ||
IsNewVersion ( string currentVersion ) : bool | ||
Parase ( Newtonsoft.Json.Linq.JObject asset ) : void |
public static CompareVersion ( string l, string r ) : int | ||
l | string | |
r | string | |
return | int |
public IsNewVersion ( string currentVersion ) : bool | ||
currentVersion | string | |
return | bool |
public Parase ( Newtonsoft.Json.Linq.JObject asset ) : void | ||
asset | Newtonsoft.Json.Linq.JObject | |
return | void |