Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent a47268d commit 7f83272
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions osu.Game.Rulesets.Tau/osu.Game.Rulesets.Tau.csproj
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Project">
<TargetFramework>net8.0</TargetFramework>
<AssemblyTitle>osu.Game.Rulesets.Tau</AssemblyTitle>
<OutputType>Library</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
<RootNamespace>osu.Game.Rulesets.Tau</RootNamespace>
<LangVersion>default</LangVersion>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>osu.Game.Rulesets.Tau</AssemblyName>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\**" />
<EmbeddedResource Update="Localisation\Translations\Beatmap.*.resx">
<DependentUpon>Beatmap.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Localisation\Translations\Inputs.*.resx">
<DependentUpon>Inputs.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Localisation\Translations\KiaiType.*.resx">
<DependentUpon>KiaiType.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Localisation\Translations\Settings.*.resx">
<DependentUpon>Settings.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Localisation\Translations\UI.*.resx">
<DependentUpon>UI.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Localisation\Translations\Mods.*.resx">
<DependentUpon>Mods.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Localisation\Translations\UI.ar.resx">
<DependentUpon>UI.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2024.1008.0" />
</ItemGroup>
<ItemGroup>
<Compile Update="Objects\Drawables\DrawableSlider.Calculations.cs">
<DependentUpon>DrawableSlider.cs</DependentUpon>
</Compile>
<Compile Update="Objects\Drawables\DrawableSlider.Graphics.cs">
<DependentUpon>DrawableSlider.cs</DependentUpon>
</Compile>
<Compile Update="Objects\Drawables\DrawableSlider.Graphics.SliderPathDrawNode.cs">
<DependentUpon>DrawableSlider.Graphics.cs</DependentUpon>
</Compile>
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Project">
<TargetFramework>net8.0</TargetFramework>
<AssemblyTitle>osu.Game.Rulesets.Tau</AssemblyTitle>
<OutputType>Library</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
<RootNamespace>osu.Game.Rulesets.Tau</RootNamespace>
<LangVersion>default</LangVersion>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>osu.Game.Rulesets.Tau</AssemblyName>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\**" />
<EmbeddedResource Update="Localisation\Translations\Beatmap.*.resx">
<DependentUpon>Beatmap.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Localisation\Translations\Inputs.*.resx">
<DependentUpon>Inputs.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Localisation\Translations\KiaiType.*.resx">
<DependentUpon>KiaiType.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Localisation\Translations\Settings.*.resx">
<DependentUpon>Settings.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Localisation\Translations\UI.*.resx">
<DependentUpon>UI.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Localisation\Translations\Mods.*.resx">
<DependentUpon>Mods.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Localisation\Translations\UI.ar.resx">
<DependentUpon>UI.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2024.1009.1" />
</ItemGroup>
<ItemGroup>
<Compile Update="Objects\Drawables\DrawableSlider.Calculations.cs">
<DependentUpon>DrawableSlider.cs</DependentUpon>
</Compile>
<Compile Update="Objects\Drawables\DrawableSlider.Graphics.cs">
<DependentUpon>DrawableSlider.cs</DependentUpon>
</Compile>
<Compile Update="Objects\Drawables\DrawableSlider.Graphics.SliderPathDrawNode.cs">
<DependentUpon>DrawableSlider.Graphics.cs</DependentUpon>
</Compile>
</ItemGroup>
</Project>

0 comments on commit 7f83272

Please sign in to comment.