Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #44 from GSculerlor/dependabot-nuget-dev-rework-pp…
Browse files Browse the repository at this point in the history
…y.osu.Game-2021.720.0
  • Loading branch information
GSculerlor authored Jul 20, 2021
2 parents 51ddfa4 + 49fb624 commit 210620c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion osu.Game.Rulesets.Cytosu/UI/CytosuSettingsSubsection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Localisation;
using osu.Game.Overlays.Settings;
using osu.Game.Rulesets.Cytosu.Configurations;

Expand All @@ -12,7 +13,7 @@ public class CytosuSettingsSubsection : RulesetSettingsSubsection
{
private readonly Ruleset ruleset;

protected override string Header => ruleset.ShortName;
protected override LocalisableString Header => ruleset.ShortName;

public CytosuSettingsSubsection(Ruleset ruleset)
: base(ruleset)
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Cytosu/osu.Game.Rulesets.Cytosu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<Folder Include="Resources"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2021.707.0"/>
<PackageReference Include="ppy.osu.Game" Version="2021.720.0"/>
</ItemGroup>
</Project>

0 comments on commit 210620c

Please sign in to comment.