From 47a97aaea99a10a8d9b2765bf4dc9221a17ce195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 07:48:12 +0000 Subject: [PATCH 1/3] Bump the nuget group with 2 updates Bumps Grpc.Tools from 2.76.0 to 2.78.0 Bumps Microsoft.Maui.Core from 10.0.30 to 10.0.31 --- updated-dependencies: - dependency-name: Microsoft.Maui.Core dependency-version: 10.0.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Grpc.Tools dependency-version: 2.78.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Grpc.Tools dependency-version: 2.78.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.Maui.Core dependency-version: 10.0.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Maui.Core dependency-version: 10.0.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget ... Signed-off-by: dependabot[bot] --- AntPlus.Extensions.Hosting/Hosting.csproj | 2 +- Examples/MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AntPlus.Extensions.Hosting/Hosting.csproj b/AntPlus.Extensions.Hosting/Hosting.csproj index 5dfc02ba..3c04c47e 100644 --- a/AntPlus.Extensions.Hosting/Hosting.csproj +++ b/AntPlus.Extensions.Hosting/Hosting.csproj @@ -42,7 +42,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Examples/MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj b/Examples/MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj index 9f1f31b1..4cfcecb5 100644 --- a/Examples/MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj +++ b/Examples/MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj @@ -27,7 +27,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From f2b850e86d29befc6c4707aee74a07ca7872e639 Mon Sep 17 00:00:00 2001 From: Stephen Hidem Date: Tue, 10 Feb 2026 20:27:47 -0600 Subject: [PATCH 2/3] Update NuGet package versions across project files Upgraded Microsoft.Extensions.* packages from 10.0.2 to 10.0.3, Microsoft.SourceLink.GitHub from 10.0.102 to 10.0.103, and Maui packages from 10.0.30 to 10.0.31. Also updated Serilog from 4.3.0 to 4.3.1. No functional code changes, only dependency version bumps. --- AntPlus.Extensions.Hosting/Hosting.csproj | 4 ++-- AntPlus/AntPlus.csproj | 8 ++++---- AntRadioInterface/AntRadioInterface.csproj | 2 +- .../AntMulticastServer/AntMulticastServer.csproj | 2 +- Examples/AntUsbStick/AntUsbStick.csproj | 4 ++-- .../MAUI-gRPC/AntGrpcService/AntGrpcService.csproj | 4 ++-- .../MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj | 2 +- .../MauiAntGrpcClient/MauiAntGrpcClient.csproj | 12 ++++++------ 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/AntPlus.Extensions.Hosting/Hosting.csproj b/AntPlus.Extensions.Hosting/Hosting.csproj index 3c04c47e..8ecec27c 100644 --- a/AntPlus.Extensions.Hosting/Hosting.csproj +++ b/AntPlus.Extensions.Hosting/Hosting.csproj @@ -41,9 +41,9 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/AntPlus/AntPlus.csproj b/AntPlus/AntPlus.csproj index e5acce82..8c61394b 100644 --- a/AntPlus/AntPlus.csproj +++ b/AntPlus/AntPlus.csproj @@ -95,9 +95,9 @@ - - - + + + @@ -105,7 +105,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/AntRadioInterface/AntRadioInterface.csproj b/AntRadioInterface/AntRadioInterface.csproj index d65753b2..f8ee74b5 100644 --- a/AntRadioInterface/AntRadioInterface.csproj +++ b/AntRadioInterface/AntRadioInterface.csproj @@ -56,7 +56,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Examples/AntMulticastServer/AntMulticastServer.csproj b/Examples/AntMulticastServer/AntMulticastServer.csproj index 00130ed3..cbb1a33c 100644 --- a/Examples/AntMulticastServer/AntMulticastServer.csproj +++ b/Examples/AntMulticastServer/AntMulticastServer.csproj @@ -18,7 +18,7 @@ - + diff --git a/Examples/AntUsbStick/AntUsbStick.csproj b/Examples/AntUsbStick/AntUsbStick.csproj index d4d10b45..1e0dfb31 100644 --- a/Examples/AntUsbStick/AntUsbStick.csproj +++ b/Examples/AntUsbStick/AntUsbStick.csproj @@ -40,8 +40,8 @@ true - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Examples/MAUI-gRPC/AntGrpcService/AntGrpcService.csproj b/Examples/MAUI-gRPC/AntGrpcService/AntGrpcService.csproj index f51eddcb..8822554a 100644 --- a/Examples/MAUI-gRPC/AntGrpcService/AntGrpcService.csproj +++ b/Examples/MAUI-gRPC/AntGrpcService/AntGrpcService.csproj @@ -20,8 +20,8 @@ - - + + diff --git a/Examples/MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj b/Examples/MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj index 4cfcecb5..e1440830 100644 --- a/Examples/MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj +++ b/Examples/MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj @@ -31,7 +31,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Examples/MAUI-gRPC/MauiAntGrpcClient/MauiAntGrpcClient.csproj b/Examples/MAUI-gRPC/MauiAntGrpcClient/MauiAntGrpcClient.csproj index 6d57ce71..b2cd4308 100644 --- a/Examples/MAUI-gRPC/MauiAntGrpcClient/MauiAntGrpcClient.csproj +++ b/Examples/MAUI-gRPC/MauiAntGrpcClient/MauiAntGrpcClient.csproj @@ -94,13 +94,13 @@ - - - - - + + + + + - + From 59a1e7b324549bb825f123510cdb6f4922481102 Mon Sep 17 00:00:00 2001 From: Stephen Hidem <93548207+StephenHidem@users.noreply.github.com> Date: Wed, 11 Feb 2026 08:49:20 -0600 Subject: [PATCH 3/3] Upgrade CodeQL Action to version 4 --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c50550bb..763bd9ea 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -81,7 +81,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -106,6 +106,6 @@ jobs: dotnet build --configuration Github -p:GeneratePackageOnBuild=false - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}"