Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SPTLeaderboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public override string ModGuid { get; init; } = "github.SPT-Leaderboard.Server";
public override string Name { get; init; } = "SPTLeaderboard";
public override string Author { get; init; } = "Harmony";
public override List<string>? Contributors { get; init; } = ["Katrin0522", "yuyui.moe"];
public override List<string>? Contributors { get; init; } = ["Katrin0522", "yuyui.moe", "RuKira"];
public override SemanticVersioning.Version Version { get; init; } = new("1.0.1");
public override SemanticVersioning.Range SptVersion { get; init; } = new("~4.0.0");

Expand All @@ -21,7 +21,7 @@
public override Dictionary<string, SemanticVersioning.Range>? ModDependencies { get; init; }
public override string? Url { get; init; } = "https://sptlb.yuyui.moe";
public override bool? IsBundleMod { get; init; } = false;
public override string? License { get; init; } = "MPL 2.0";

Check warning on line 24 in src/SPTLeaderboard.cs

View workflow job for this annotation

GitHub Actions / build

Nullability of return type doesn't match overridden member (possibly because of nullability attributes).

Check warning on line 24 in src/SPTLeaderboard.cs

View workflow job for this annotation

GitHub Actions / build

Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
}

[Injectable(TypePriority = OnLoadOrder.PreSptModLoader + 1)]
Expand Down
Loading