Skip to content

Commit

Permalink
Merge pull request #172 from goodtrailer/dependabot/nuget/ppy.osu.Gam…
Browse files Browse the repository at this point in the history
…e-2024.517.0
  • Loading branch information
dependabot[bot] authored May 17, 2024
2 parents 364347a + 04fab5d commit 2c0574e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public SoyokazeSkinComponentLookup(SoyokazeSkinComponents component)

public string StoreName => string.Join('/', new[] { "Gameplay", RulesetPrefix, ComponentName }.Where(s => !string.IsNullOrEmpty(s)));

protected override string RulesetPrefix => SoyokazeRuleset.SHORT_NAME;
public string RulesetPrefix => SoyokazeRuleset.SHORT_NAME;

protected override string ComponentName => Component.ToString().ToLower();
public string ComponentName => Component.ToString().ToLower();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<EmbeddedResource Include="Resources\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2024.412.1" />
<PackageReference Include="ppy.osu.Game" Version="2024.517.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\Samples\Gameplay" />
Expand Down

0 comments on commit 2c0574e

Please sign in to comment.