-
Notifications
You must be signed in to change notification settings - Fork 1
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 with 2 updates
Bumps the osu-related group with 2 updates: [ppy.osu.Framework.iOS](https://github.com/ppy/osu-framework) and [ppy.osu.Framework](https://github.com/ppy/osu-framework). Updates `ppy.osu.Framework.iOS` from 2024.1112.0 to 2024.1128.0 - [Release notes](https://github.com/ppy/osu-framework/releases) - [Commits](ppy/osu-framework@2024.1112.0...2024.1128.0) Updates `ppy.osu.Framework` from 2024.1112.0 to 2024.1128.0 - [Release notes](https://github.com/ppy/osu-framework/releases) - [Commits](ppy/osu-framework@2024.1112.0...2024.1128.0) --- updated-dependencies: - dependency-name: ppy.osu.Framework.iOS 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
23fc4fc
commit f622df6
Showing
2 changed files
with
51 additions
and
51 deletions.
There are no files selected for viewing
46 changes: 23 additions & 23 deletions
46
osu.Framework.Microphone.iOS/osu.Framework.Microphone.iOS.csproj
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,23 +1,23 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup Label="Project"> | ||
<TargetFramework>net8.0-ios</TargetFramework> | ||
<SupportedOSPlatformVersion>13.4</SupportedOSPlatformVersion> | ||
<OutputType>Library</OutputType> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<AssemblyTitle>osu.Framework.Microphone.iOS</AssemblyTitle> | ||
<AssemblyName>osu.Framework.Microphone.iOS</AssemblyName> | ||
<RootNamespace>osu.Framework.iOS</RootNamespace> | ||
<Description>Unofficial osu!framework extension for using microphon as input device.</Description> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Nuget"> | ||
<Title>osu.Framework.Microphone.iOS</Title> | ||
<PackageId>osu.Framework.Microphone.iOS</PackageId> | ||
<PackageTags>osu-framework microphone andy840119</PackageTags> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\osu.Framework.Microphone\osu.Framework.Microphone.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="ppy.osu.Framework.iOS" Version="2024.1112.0" /> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup Label="Project"> | ||
<TargetFramework>net8.0-ios</TargetFramework> | ||
<SupportedOSPlatformVersion>13.4</SupportedOSPlatformVersion> | ||
<OutputType>Library</OutputType> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<AssemblyTitle>osu.Framework.Microphone.iOS</AssemblyTitle> | ||
<AssemblyName>osu.Framework.Microphone.iOS</AssemblyName> | ||
<RootNamespace>osu.Framework.iOS</RootNamespace> | ||
<Description>Unofficial osu!framework extension for using microphon as input device.</Description> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Nuget"> | ||
<Title>osu.Framework.Microphone.iOS</Title> | ||
<PackageId>osu.Framework.Microphone.iOS</PackageId> | ||
<PackageTags>osu-framework microphone andy840119</PackageTags> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\osu.Framework.Microphone\osu.Framework.Microphone.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="ppy.osu.Framework.iOS" Version="2024.1128.0" /> | ||
</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,28 +1,28 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup Label="Project"> | ||
<OutputType>Library</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Nuget"> | ||
<GenerateProgramFile>false</GenerateProgramFile> | ||
<AssemblyName>osu.Framework.Microphone</AssemblyName> | ||
<RootNamespace>osu.Framework</RootNamespace> | ||
<IsPackable>true</IsPackable> | ||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> | ||
<Version>1.2.0</Version> | ||
<Description>Unofficial osu!framework extension for using microphon as input device.</Description> | ||
<RepositoryType>Git</RepositoryType> | ||
<PackageTags>osu-framework microphone andy840119</PackageTags> | ||
<Authors>andy840119</Authors> | ||
<Company>karaoke --dev</Company> | ||
<Product>karaoke --dev</Product> | ||
<PackageReleaseNotes>喵</PackageReleaseNotes> | ||
<PackageId>osu.Framework.Microphone</PackageId> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
</PropertyGroup> | ||
<ItemGroup Label="Package References"> | ||
<PackageReference Include="NWaves" Version="0.9.6" /> | ||
<PackageReference Include="ppy.osu.Framework" Version="2024.1112.0" /> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup Label="Project"> | ||
<OutputType>Library</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Nuget"> | ||
<GenerateProgramFile>false</GenerateProgramFile> | ||
<AssemblyName>osu.Framework.Microphone</AssemblyName> | ||
<RootNamespace>osu.Framework</RootNamespace> | ||
<IsPackable>true</IsPackable> | ||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> | ||
<Version>1.2.0</Version> | ||
<Description>Unofficial osu!framework extension for using microphon as input device.</Description> | ||
<RepositoryType>Git</RepositoryType> | ||
<PackageTags>osu-framework microphone andy840119</PackageTags> | ||
<Authors>andy840119</Authors> | ||
<Company>karaoke --dev</Company> | ||
<Product>karaoke --dev</Product> | ||
<PackageReleaseNotes>喵</PackageReleaseNotes> | ||
<PackageId>osu.Framework.Microphone</PackageId> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
</PropertyGroup> | ||
<ItemGroup Label="Package References"> | ||
<PackageReference Include="NWaves" Version="0.9.6" /> | ||
<PackageReference Include="ppy.osu.Framework" Version="2024.1128.0" /> | ||
</ItemGroup> | ||
</Project> |