mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add messaging telling users how to leave changelog comments
This commit is contained in:
@ -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")]
|
||||
|
Reference in New Issue
Block a user