Skip to content

Commit

Permalink
Merge pull request #2092 from andy840119/update-package-to-the-latest
Browse files Browse the repository at this point in the history
Update package to the latest.
  • Loading branch information
andy840119 authored Aug 12, 2023
2 parents 3e364ff + 6b02236 commit 56dd806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Karaoke/Screens/Edit/GenericEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public abstract partial class GenericEditor<TScreenMode> : ScreenWithBeatmapBack

public override bool DisallowExternalBeatmapRulesetChanges => true;

public override bool? AllowTrackAdjustments => false;
public override bool? ApplyModTrackAdjustments => false;

public readonly Bindable<TScreenMode> Mode = new();

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 @@ -11,14 +11,14 @@
<PackageReference Include="osu.Game.Rulesets.Karaoke.Resources" Version="2022.611.0" />
<PackageReference Include="LanguageDetection.karaoke-dev" Version="1.3.3-alpha" />
<PackageReference Include="LrcParser" Version="2023.524.0" />
<PackageReference Include="Octokit" Version="7.0.1" />
<PackageReference Include="Octokit" Version="7.1.0" />
<PackageReference Include="osu.Framework.KaraokeFont" Version="2023.627.1" />
<PackageReference Include="osu.Framework.Microphone" Version="2023.627.0" />
<PackageReference Include="ppy.LocalisationAnalyser" Version="2023.712.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ppy.osu.Game" Version="2023.716.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.811.0" />
<PackageReference Include="Lucene.Net" Version="4.8.0-beta00016" />
<PackageReference Include="Lucene.Net.Analysis.Kuromoji" Version="4.8.0-beta00016" />
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta18" />
Expand Down

0 comments on commit 56dd806

Please sign in to comment.