Skip to content

Commit

Permalink
Merge pull request #76 from Syriiin/dependabot/nuget/Difficalcy.Catch…
Browse files Browse the repository at this point in the history
…/osu-rulesets-d365451b26

Bump the osu-rulesets group across 8 directories with 4 updates
  • Loading branch information
Syriiin authored Oct 23, 2024
2 parents aa83a82 + 6ff2370 commit 585daae
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Difficalcy.Catch/Difficalcy.Catch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2024.1018.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.1018.0" /> <!-- required for convert support -->
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2024.1023.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.1023.0" /> <!-- required for convert support -->
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Difficalcy.Mania/Difficalcy.Mania.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2024.1018.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.1018.0" /> <!-- required for convert support -->
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2024.1023.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.1023.0" /> <!-- required for convert support -->
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Difficalcy.Osu.Tests/OsuCalculatorServiceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public class OsuCalculatorServiceTest : CalculatorServiceTest<OsuScore, OsuDiffi
protected override CalculatorService<OsuScore, OsuDifficulty, OsuPerformance, OsuCalculation> CalculatorService { get; } = new OsuCalculatorService(new InMemoryCache(), new TestBeatmapProvider(typeof(OsuCalculatorService).Assembly.GetName().Name));

[Theory]
[InlineData(6.7171144000821119d, 291.6916492167043d, "diffcalc-test", 0)]
[InlineData(8.9825709931204205d, 718.5552449511403d, "diffcalc-test", 64)]
[InlineData(6.7171144000821119d, 291.34799376682508d, "diffcalc-test", 0)]
[InlineData(8.9825709931204205d, 717.13844713272601d, "diffcalc-test", 64)]
public void Test(double expectedDifficultyTotal, double expectedPerformanceTotal, string beatmapId, int mods)
=> TestGetCalculationReturnsCorrectValues(expectedDifficultyTotal, expectedPerformanceTotal, new OsuScore { BeatmapId = beatmapId, Mods = mods });

Expand Down
2 changes: 1 addition & 1 deletion Difficalcy.Osu/Difficalcy.Osu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.1018.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.1023.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Difficalcy.Taiko/Difficalcy.Taiko.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2024.1018.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.1018.0" /> <!-- required for convert support -->
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2024.1023.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.1023.0" /> <!-- required for convert support -->
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 585daae

Please sign in to comment.