-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the osu-related group across 1 directory with 2 updates
Bumps the osu-related group with 2 updates in the / directory: ppy.osu.Game.Resources and ppy.osu.Framework. Updates `ppy.osu.Game.Resources` from 2024.622.0 to 2024.705.0 Updates `ppy.osu.Framework` from 2024.627.0 to 2024.702.0 --- updated-dependencies: - dependency-name: ppy.osu.Game.Resources dependency-type: direct:production update-type: version-update:semver-minor dependency-group: osu-related - dependency-name: ppy.osu.Framework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: osu-related ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
2497905
commit 499035a
Showing
2 changed files
with
62 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup Label="Project"> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<OutputType>WinExe</OutputType> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<GenerateProgramFile>false</GenerateProgramFile> | ||
</PropertyGroup> | ||
<ItemGroup Label="Package References"> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | ||
<PackageReference Include="NUnit" Version="3.13.3" /> | ||
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" /> | ||
<PackageReference Include="ppy.osu.Game.Resources" Version="2024.622.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\osu.Framework.Font\osu.Framework.Font.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="Resources\**\*" /> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup Label="Project"> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<OutputType>WinExe</OutputType> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<GenerateProgramFile>false</GenerateProgramFile> | ||
</PropertyGroup> | ||
<ItemGroup Label="Package References"> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | ||
<PackageReference Include="NUnit" Version="3.13.3" /> | ||
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" /> | ||
<PackageReference Include="ppy.osu.Game.Resources" Version="2024.705.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\osu.Framework.Font\osu.Framework.Font.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="Resources\**\*" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup Label="Project"> | ||
<OutputType>Library</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<LangVersion>10.0</LangVersion> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Nuget"> | ||
<GenerateProgramFile>false</GenerateProgramFile> | ||
<AssemblyName>osu.Framework.KaraokeFont</AssemblyName> | ||
<RootNamespace>osu.Framework</RootNamespace> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<IsPackable>true</IsPackable> | ||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> | ||
<Version>1.8.3</Version> | ||
<Description>Unofficial support extra font effect for osu!framework.</Description> | ||
<Copyright>https://github.com/karaoke-dev/osu-framework-font</Copyright> | ||
<PackageProjectUrl>https://github.com/karaoke-dev/osu-framework-font</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/karaoke-dev/osu-framework-font.git</RepositoryUrl> | ||
<RepositoryType>Git</RepositoryType> | ||
<PackageTags>osu-framework karaoke andy840119</PackageTags> | ||
<Authors>andy840119</Authors> | ||
<Company>karaoke --dev</Company> | ||
<Product>karaoke --dev</Product> | ||
<PackageReleaseNotes>喵</PackageReleaseNotes> | ||
<PackageId>osu.Framework.KaraokeFont</PackageId> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
</PropertyGroup> | ||
<ItemGroup Label="Package References"> | ||
<PackageReference Include="ppy.osu.Framework" Version="2024.627.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="Resources\**\*" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> | ||
<_Parameter1>osu.Framework.Font.Tests</_Parameter1> | ||
</AssemblyAttribute> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup Label="Project"> | ||
<OutputType>Library</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<LangVersion>10.0</LangVersion> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Nuget"> | ||
<GenerateProgramFile>false</GenerateProgramFile> | ||
<AssemblyName>osu.Framework.KaraokeFont</AssemblyName> | ||
<RootNamespace>osu.Framework</RootNamespace> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<IsPackable>true</IsPackable> | ||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> | ||
<Version>1.8.3</Version> | ||
<Description>Unofficial support extra font effect for osu!framework.</Description> | ||
<Copyright>https://github.com/karaoke-dev/osu-framework-font</Copyright> | ||
<PackageProjectUrl>https://github.com/karaoke-dev/osu-framework-font</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/karaoke-dev/osu-framework-font.git</RepositoryUrl> | ||
<RepositoryType>Git</RepositoryType> | ||
<PackageTags>osu-framework karaoke andy840119</PackageTags> | ||
<Authors>andy840119</Authors> | ||
<Company>karaoke --dev</Company> | ||
<Product>karaoke --dev</Product> | ||
<PackageReleaseNotes>喵</PackageReleaseNotes> | ||
<PackageId>osu.Framework.KaraokeFont</PackageId> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
</PropertyGroup> | ||
<ItemGroup Label="Package References"> | ||
<PackageReference Include="ppy.osu.Framework" Version="2024.702.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="Resources\**\*" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> | ||
<_Parameter1>osu.Framework.Font.Tests</_Parameter1> | ||
</AssemblyAttribute> | ||
</ItemGroup> | ||
</Project> |