Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ppy.osu.Game from 2024.727.0 to 2024.817.0 #478

Merged
merged 1 commit into from
Aug 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.727.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.817.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>
Loading