From 2e7952d70eecf7d9e53c4536ea006b44f187d77c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:52:39 +0000 Subject: [PATCH 1/5] Bump the dotnet-tools group across 1 directory with 3 updates Bumps the dotnet-tools group with 3 updates in the / directory: [cake.tool](https://github.com/cake-build/cake), jetbrains.resharper.globaltools and [nvika](https://github.com/laedit/vika). Updates `cake.tool` from 0.35.0 to 4.0.0 - [Release notes](https://github.com/cake-build/cake/releases) - [Changelog](https://github.com/cake-build/cake/blob/develop/ReleaseNotes.md) - [Commits](https://github.com/cake-build/cake/compare/v0.35.0...v4.0.0) Updates `jetbrains.resharper.globaltools` from 2022.2.3 to 2024.1.2 Updates `nvika` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/laedit/vika/releases) - [Changelog](https://github.com/laedit/vika/blob/master/ReleaseNotes.md) - [Commits](https://github.com/laedit/vika/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: cake.tool dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-tools - dependency-name: jetbrains.resharper.globaltools dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-tools - dependency-name: nvika dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-tools ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 1980c01..e900e3d 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,19 +3,19 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "0.35.0", + "version": "4.0.0", "commands": [ "dotnet-cake" ] }, "jetbrains.resharper.globaltools": { - "version": "2022.2.3", + "version": "2024.1.2", "commands": [ "jb" ] }, "nvika": { - "version": "3.0.0", + "version": "3.0.1", "commands": [ "nvika" ] From 17e8b84118cc40a58d8032a55e6cc04de8301937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:53:07 +0000 Subject: [PATCH 2/5] Bump ppy.osu.Framework in the osu-related group across 1 directory Bumps the osu-related group with 1 update in the / directory: [ppy.osu.Framework](https://github.com/ppy/osu-framework). Updates `ppy.osu.Framework` from 2024.217.0 to 2024.528.1 - [Release notes](https://github.com/ppy/osu-framework/releases) - [Commits](https://github.com/ppy/osu-framework/compare/2024.217.0...2024.528.1) --- updated-dependencies: - dependency-name: ppy.osu.Framework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: osu-related ... Signed-off-by: dependabot[bot] --- osu.Framework.Microphone/osu.Framework.Microphone.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Framework.Microphone/osu.Framework.Microphone.csproj b/osu.Framework.Microphone/osu.Framework.Microphone.csproj index 7e8c6d3..cbf8aa5 100644 --- a/osu.Framework.Microphone/osu.Framework.Microphone.csproj +++ b/osu.Framework.Microphone/osu.Framework.Microphone.csproj @@ -23,6 +23,6 @@ - + From cb24fbf7d1519b35741df1a442be34f4cb5cf46a Mon Sep 17 00:00:00 2001 From: andy840119 Date: Wed, 13 Nov 2024 11:05:39 +0800 Subject: [PATCH 3/5] upgrade osu.framework to the latest. --- .../osu.Framework.Microphone.Android.csproj | 2 +- .../osu.Framework.Microphone.iOS.csproj | 2 +- osu.Framework.Microphone/osu.Framework.Microphone.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/osu.Framework.Microphone.Android/osu.Framework.Microphone.Android.csproj b/osu.Framework.Microphone.Android/osu.Framework.Microphone.Android.csproj index 2ccea6a..eb23bbb 100644 --- a/osu.Framework.Microphone.Android/osu.Framework.Microphone.Android.csproj +++ b/osu.Framework.Microphone.Android/osu.Framework.Microphone.Android.csproj @@ -18,6 +18,6 @@ - + diff --git a/osu.Framework.Microphone.iOS/osu.Framework.Microphone.iOS.csproj b/osu.Framework.Microphone.iOS/osu.Framework.Microphone.iOS.csproj index 239cdb1..8b30072 100644 --- a/osu.Framework.Microphone.iOS/osu.Framework.Microphone.iOS.csproj +++ b/osu.Framework.Microphone.iOS/osu.Framework.Microphone.iOS.csproj @@ -18,6 +18,6 @@ - + diff --git a/osu.Framework.Microphone/osu.Framework.Microphone.csproj b/osu.Framework.Microphone/osu.Framework.Microphone.csproj index cbf8aa5..eebe377 100644 --- a/osu.Framework.Microphone/osu.Framework.Microphone.csproj +++ b/osu.Framework.Microphone/osu.Framework.Microphone.csproj @@ -23,6 +23,6 @@ - + From 05b8095dfdc25cbb6f7c8399bb3062c83c8d050f Mon Sep 17 00:00:00 2001 From: andy840119 Date: Wed, 13 Nov 2024 11:06:32 +0800 Subject: [PATCH 4/5] upgrade the SDK to the latest. --- .../osu.Framework.Microphone.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Framework.Microphone.Tests/osu.Framework.Microphone.Tests.csproj b/osu.Framework.Microphone.Tests/osu.Framework.Microphone.Tests.csproj index 7f25010..b202fd7 100644 --- a/osu.Framework.Microphone.Tests/osu.Framework.Microphone.Tests.csproj +++ b/osu.Framework.Microphone.Tests/osu.Framework.Microphone.Tests.csproj @@ -12,7 +12,7 @@ - + From 2e3461db6fd24bfc0679f91d0b9047e22c77bbdb Mon Sep 17 00:00:00 2001 From: andy840119 Date: Wed, 13 Nov 2024 11:07:25 +0800 Subject: [PATCH 5/5] Upgrade the test framework to the latest. --- .../osu.Framework.Microphone.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Framework.Microphone.Tests/osu.Framework.Microphone.Tests.csproj b/osu.Framework.Microphone.Tests/osu.Framework.Microphone.Tests.csproj index b202fd7..6ee8b12 100644 --- a/osu.Framework.Microphone.Tests/osu.Framework.Microphone.Tests.csproj +++ b/osu.Framework.Microphone.Tests/osu.Framework.Microphone.Tests.csproj @@ -13,7 +13,7 @@ - - + +