Skip to content

Commit

Permalink
Merge pull request #624 from LumpBloom7/dependabot/nuget/ppy.osu.Game…
Browse files Browse the repository at this point in the history
…-2024.911.0

Bump ppy.osu.Game from 2024.817.0 to 2024.911.0
  • Loading branch information
LumpBloom7 authored Sep 28, 2024
2 parents 6f79630 + 1aeae43 commit 7740b16
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.817.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.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>

0 comments on commit 7740b16

Please sign in to comment.