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 the osu-related group with 2 updates #363

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
46 changes: 23 additions & 23 deletions osu.Framework.Microphone.iOS/osu.Framework.Microphone.iOS.csproj
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>
56 changes: 28 additions & 28 deletions osu.Framework.Microphone/osu.Framework.Microphone.csproj
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>
Loading