From 10974979183c4dbb4b3456620c84d965bf032b04 Mon Sep 17 00:00:00 2001 From: InDieTasten Date: Thu, 8 Jan 2026 16:12:25 +0100 Subject: [PATCH 1/4] chore(nuget): consolidate test dependencies Refs: AB#40188 --- src/RecordingBot.UiTests/RecordingBot.UiTests.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/RecordingBot.UiTests/RecordingBot.UiTests.csproj b/src/RecordingBot.UiTests/RecordingBot.UiTests.csproj index 493310244..ec854a195 100644 --- a/src/RecordingBot.UiTests/RecordingBot.UiTests.csproj +++ b/src/RecordingBot.UiTests/RecordingBot.UiTests.csproj @@ -11,11 +11,11 @@ - + - + - + From 6d3f00406af5c1c0458ada8a315ff2ff4967a87e Mon Sep 17 00:00:00 2001 From: InDieTasten Date: Thu, 8 Jan 2026 16:24:44 +0100 Subject: [PATCH 2/4] chore(nuget): remove unused packages --- src/RecordingBot.Services/RecordingBot.Services.csproj | 1 - src/RecordingBot.UiTests/RecordingBot.UiTests.csproj | 1 - 2 files changed, 2 deletions(-) diff --git a/src/RecordingBot.Services/RecordingBot.Services.csproj b/src/RecordingBot.Services/RecordingBot.Services.csproj index a10c1a16f..913b9de7d 100644 --- a/src/RecordingBot.Services/RecordingBot.Services.csproj +++ b/src/RecordingBot.Services/RecordingBot.Services.csproj @@ -21,7 +21,6 @@ - diff --git a/src/RecordingBot.UiTests/RecordingBot.UiTests.csproj b/src/RecordingBot.UiTests/RecordingBot.UiTests.csproj index ec854a195..c79a4d88c 100644 --- a/src/RecordingBot.UiTests/RecordingBot.UiTests.csproj +++ b/src/RecordingBot.UiTests/RecordingBot.UiTests.csproj @@ -10,7 +10,6 @@ - From d4fb1918c730c4291928f4c22997feb76cf441f4 Mon Sep 17 00:00:00 2001 From: InDieTasten Date: Thu, 8 Jan 2026 16:25:59 +0100 Subject: [PATCH 3/4] chore: bump version --- deploy/teams-recording-bot/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/teams-recording-bot/Chart.yaml b/deploy/teams-recording-bot/Chart.yaml index 403072850..91a0daa15 100644 --- a/deploy/teams-recording-bot/Chart.yaml +++ b/deploy/teams-recording-bot/Chart.yaml @@ -16,12 +16,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.5.0 +version: 1.5.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 1.4.0 +appVersion: 1.4.1 dependencies: - name: ingress-nginx From e9170e73414ce2fafa03186d4d079b72c60f6821 Mon Sep 17 00:00:00 2001 From: InDieTasten Date: Thu, 8 Jan 2026 16:35:53 +0100 Subject: [PATCH 4/4] chore(nuget): update dependencies Refs: AB#40126 --- src/RecordingBot.Model/RecordingBot.Model.csproj | 2 +- src/RecordingBot.Services/RecordingBot.Services.csproj | 7 ++++--- src/RecordingBot.Tests/RecordingBot.Tests.csproj | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/RecordingBot.Model/RecordingBot.Model.csproj b/src/RecordingBot.Model/RecordingBot.Model.csproj index ed847dfcb..51d745e4d 100644 --- a/src/RecordingBot.Model/RecordingBot.Model.csproj +++ b/src/RecordingBot.Model/RecordingBot.Model.csproj @@ -14,6 +14,6 @@ - + \ No newline at end of file diff --git a/src/RecordingBot.Services/RecordingBot.Services.csproj b/src/RecordingBot.Services/RecordingBot.Services.csproj index 913b9de7d..518fdfbfc 100644 --- a/src/RecordingBot.Services/RecordingBot.Services.csproj +++ b/src/RecordingBot.Services/RecordingBot.Services.csproj @@ -18,12 +18,13 @@ - - + + - + + diff --git a/src/RecordingBot.Tests/RecordingBot.Tests.csproj b/src/RecordingBot.Tests/RecordingBot.Tests.csproj index 6014b2be3..3093036ac 100644 --- a/src/RecordingBot.Tests/RecordingBot.Tests.csproj +++ b/src/RecordingBot.Tests/RecordingBot.Tests.csproj @@ -12,10 +12,10 @@ - + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all