Update ChangelogHeader to work again with OverlayHeader

This commit is contained in:
Dean Herbert
2019-05-21 12:52:50 +09:00
parent aca0fc80a8
commit 58a3480b6a
3 changed files with 104 additions and 144 deletions

View File

@ -41,5 +41,7 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty("previous")]
public APIChangelogBuild Previous { get; set; }
}
public override string ToString() => $"{UpdateStream.DisplayName} {DisplayVersion}";
}
}