Skip to content

Commit 3409d81

Browse files
kabiiQOokiineko
authored andcommitted
bump to schema version 27, dependency bump
1 parent 1bd735f commit 3409d81

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CollectionDowngrader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace CollectionDowngrader
66
{
77
class CollectionDowngrader
88
{
9-
const int LazerSchemaVersion = 26;
9+
const int LazerSchemaVersion = 27;
1010

1111
private static int Main(string[] args)
1212
{

CollectionDowngrader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Realm" Version="10.20.0" />
11+
<PackageReference Include="Realm" Version="10.21.1" />
1212
</ItemGroup>
1313

1414
</Project>

LazerSchema/Beatmap.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ public class Beatmap : RealmObject
6868

6969
public double TimelineZoom { get; set; }
7070

71+
public double? EditorTimestamp { get; set; }
72+
7173
public int CountdownOffset { get; set; }
7274

7375
// Author kabii

0 commit comments

Comments
 (0)