Skip to content

Commit

Permalink
Merge pull request #468 from LumpBloom7/dependabot/nuget/ppy.osu.Game…
Browse files Browse the repository at this point in the history
…-2023.717.0

Bump ppy.osu.Game from 2023.621.0 to 2023.717.0
  • Loading branch information
LumpBloom7 authored Jul 18, 2023
2 parents 4c43cc2 + 4e2b133 commit e2d97af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Sentakki/Mods/SentakkiModHidden.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

namespace osu.Game.Rulesets.Sentakki.Mods
{
public class SentakkiModHidden : ModHidden, IApplicableToDrawableRuleset<SentakkiHitObject>
public partial class SentakkiModHidden : ModHidden, IApplicableToDrawableRuleset<SentakkiHitObject>
{
public override LocalisableString Description => SentakkiModHiddenStrings.ModDescription;

Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Sentakki/SentakkiRuleset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

namespace osu.Game.Rulesets.Sentakki
{
public class SentakkiRuleset : Ruleset
public partial class SentakkiRuleset : Ruleset
{
public override string RulesetAPIVersionSupported => CURRENT_RULESET_API_VERSION;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AssemblyName>osu.Game.Rulesets.Sentakki</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2023.621.0"/>
<PackageReference Include="ppy.osu.Game" Version="2023.717.0"/>
</ItemGroup>

<!--Since we aren't changing the assembly name, we use the assembly title to indicate whether it is a dev build-->
Expand Down

0 comments on commit e2d97af

Please sign in to comment.