Skip to content

Commit

Permalink
Merge pull request #910 from andy840119/update-package-again
Browse files Browse the repository at this point in the history
Update package again
  • Loading branch information
andy840119 authored Nov 13, 2021
2 parents 1c32799 + b23883f commit 819fc3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Containers;
using osu.Game.Overlays;
using osu.Game.Rulesets.Edit;
using osu.Game.Rulesets.Karaoke.Beatmaps;
using osu.Game.Screens.Edit;
Expand All @@ -19,6 +20,9 @@ public class TestSceneSetupScreen : EditorClockTestScene
[Cached(typeof(IBeatSnapProvider))]
private readonly EditorBeatmap editorBeatmap;

[Cached]
private readonly OverlayColourProvider colourProvider = new(OverlayColourScheme.Blue);

public TestSceneSetupScreen()
{
editorBeatmap = new EditorBeatmap(new KaraokeBeatmap());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public BeatmapMetadataGraph(IBeatmap beatmap)
{
new TextMetadataSection("Description")
{
Text = beatmapInfo?.Version
Text = beatmapInfo?.DifficultyName
},
new TextMetadataSection("Source")
{
Expand Down
4 changes: 2 additions & 2 deletions osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<PackageReference Include="ILRepack.MSBuild.Task" Version="2.0.13" />
<PackageReference Include="LanguageDetection.karaoke-dev" Version="1.3.3-alpha" />
<PackageReference Include="Octokit" Version="0.50.0" />
<PackageReference Include="osu.Framework.KaraokeFont" Version="2021.1109.0" />
<PackageReference Include="osu.Framework.KaraokeFont" Version="2021.1111.1" />
<PackageReference Include="osu.Framework.Microphone" Version="2021.1109.0" />
<PackageReference Include="ppy.osu.Game" Version="2021.1111.0" />
<PackageReference Include="ppy.osu.Game" Version="2021.1113.0" />
<PackageReference Include="LyricMaker" Version="1.1.1" />
<PackageReference Include="NicoKaraParser" Version="1.1.0" />
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta15" />
Expand Down

0 comments on commit 819fc3c

Please sign in to comment.