Skip to content

Commit

Permalink
Merge pull request #394 from Beamographic/dependabot/nuget/ppy.osu.Ga…
Browse files Browse the repository at this point in the history
…me-2024.911.0

Bump ppy.osu.Game from 2024.816.0 to 2024.911.0
  • Loading branch information
LumpBloom7 authored Sep 12, 2024
2 parents 64fbde5 + 83a7177 commit 2c3f27a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Rush (dev build)
path: osu.Game.Rulesets.Rush/bin/Development/net6.0/osu.Game.Rulesets.Rush-dev.dll
path: osu.Game.Rulesets.Rush/bin/Development/net8.0/osu.Game.Rulesets.Rush-dev.dll
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./osu.Game.Rulesets.Rush/bin/Release/net6.0/osu.Game.Rulesets.Rush.dll
asset_path: ./osu.Game.Rulesets.Rush/bin/Release/net8.0/osu.Game.Rulesets.Rush.dll
asset_name: osu.Game.Rulesets.Rush.dll
asset_content_type: application/vnd.microsoft.portable-executable
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Rush/RushSkinComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace osu.Game.Rulesets.Rush
{
public class RushSkinComponent : GameplaySkinComponentLookup<RushSkinComponents>
public class RushSkinComponent : SkinComponentLookup<RushSkinComponents>
{
public RushSkinComponent(RushSkinComponents component)
: base(component)
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Rush/osu.Game.Rulesets.Rush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2024.816.0" />
<PackageReference Include="ppy.osu.Game" Version="2024.911.0" />
</ItemGroup>
</Project>

0 comments on commit 2c3f27a

Please sign in to comment.