Skip to content

Commit

Permalink
Bump ppy.osu.Game from 2024.911.0 to 2024.1023.0
Browse files Browse the repository at this point in the history
Bumps [ppy.osu.Game](https://github.com/ppy/osu) from 2024.911.0 to 2024.1023.0.
- [Release notes](https://github.com/ppy/osu/releases)
- [Commits](https://github.com/ppy/osu/commits/2024.1023.0)

---
updated-dependencies:
- dependency-name: ppy.osu.Game
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 09a3682 commit 2e5f83b
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Project">
<AssemblyTitle>sentakki for osu!lazer</AssemblyTitle>
<Description>TAP, HOLD and SLIDE to the beat.</Description>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Library</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
<RootNamespace>osu.Game.Rulesets.Sentakki</RootNamespace>
<AssemblyName>osu.Game.Rulesets.Sentakki</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2024.911.0"/>
</ItemGroup>

<!--Since we aren't changing the assembly name, we use the assembly title to indicate whether it is a dev build-->
<PropertyGroup Condition="!('$(Configuration)' == 'Release')">
<AssemblyTitle>sentakki for osu!lazer (dev build)</AssemblyTitle>
</PropertyGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Project">
<AssemblyTitle>sentakki for osu!lazer</AssemblyTitle>
<Description>TAP, HOLD and SLIDE to the beat.</Description>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Library</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
<RootNamespace>osu.Game.Rulesets.Sentakki</RootNamespace>
<AssemblyName>osu.Game.Rulesets.Sentakki</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2024.1023.0"/>
</ItemGroup>

<!--Since we aren't changing the assembly name, we use the assembly title to indicate whether it is a dev build-->
<PropertyGroup Condition="!('$(Configuration)' == 'Release')">
<AssemblyTitle>sentakki for osu!lazer (dev build)</AssemblyTitle>
</PropertyGroup>
</Project>

0 comments on commit 2e5f83b

Please sign in to comment.