mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 03:53:21 +08:00
Merge branch 'master' into triangles-animation-tweaks
This commit is contained in:
commit
b72e868b5f
@ -108,6 +108,7 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
Version = "2018.712.0",
|
Version = "2018.712.0",
|
||||||
DisplayVersion = "2018.712.0",
|
DisplayVersion = "2018.712.0",
|
||||||
UpdateStream = streams[OsuGameBase.CLIENT_STREAM_NAME],
|
UpdateStream = streams[OsuGameBase.CLIENT_STREAM_NAME],
|
||||||
|
CreatedAt = new DateTime(2018, 7, 12),
|
||||||
ChangelogEntries = new List<APIChangelogEntry>
|
ChangelogEntries = new List<APIChangelogEntry>
|
||||||
{
|
{
|
||||||
new APIChangelogEntry
|
new APIChangelogEntry
|
||||||
@ -171,6 +172,7 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
{
|
{
|
||||||
Version = "2019.920.0",
|
Version = "2019.920.0",
|
||||||
DisplayVersion = "2019.920.0",
|
DisplayVersion = "2019.920.0",
|
||||||
|
CreatedAt = new DateTime(2019, 9, 20),
|
||||||
UpdateStream = new APIUpdateStream
|
UpdateStream = new APIUpdateStream
|
||||||
{
|
{
|
||||||
Name = "Test",
|
Name = "Test",
|
||||||
|
Loading…
Reference in New Issue
Block a user