Merge branch 'master' into leaderboard-mod-filter

This commit is contained in:
Dean Herbert
2019-07-06 13:27:49 +09:00
committed by GitHub
17 changed files with 207 additions and 38 deletions

View File

@ -33,6 +33,8 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty("versions")]
public VersionNavigation Versions { get; set; }
public string Url => $"https://osu.ppy.sh/home/changelog/{UpdateStream.Name}/{Version}";
public class VersionNavigation
{
[JsonProperty("next")]