Add messaging telling users how to leave changelog comments

This commit is contained in:
Dean Herbert
2019-07-04 15:47:06 +09:00
parent f41c89c3be
commit 4885f0f0c7
4 changed files with 87 additions and 1 deletions

View File

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