From a8d956d116d7005da4d0bcd69c08ce8f7265c7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 07:48:43 +0300 Subject: [PATCH] Bump the event-bus group with 2 updates (#111) * Bump the event-bus group with 2 updates Bumps the event-bus group with 2 updates: [Tingle.EventBus](https://github.com/tinglesoftware/eventbus) and [Tingle.EventBus.Transports.InMemory](https://github.com/tinglesoftware/eventbus). Updates `Tingle.EventBus` from 0.21.2 to 0.22.0 - [Release notes](https://github.com/tinglesoftware/eventbus/releases) - [Commits](https://github.com/tinglesoftware/eventbus/compare/0.21.2...0.22.0) Updates `Tingle.EventBus.Transports.InMemory` from 0.21.2 to 0.22.0 - [Release notes](https://github.com/tinglesoftware/eventbus/releases) - [Commits](https://github.com/tinglesoftware/eventbus/compare/0.21.2...0.22.0) Updates `Tingle.EventBus` from 0.21.2 to 0.22.0 - [Release notes](https://github.com/tinglesoftware/eventbus/releases) - [Commits](https://github.com/tinglesoftware/eventbus/compare/0.21.2...0.22.0) --- updated-dependencies: - dependency-name: Tingle.EventBus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: event-bus - dependency-name: Tingle.EventBus.Transports.InMemory dependency-type: direct:production update-type: version-update:semver-minor dependency-group: event-bus - dependency-name: Tingle.EventBus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: event-bus ... Signed-off-by: dependabot[bot] * React to changes --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maxwell Weru --- samples/EventBusSample/EventBusSample.csproj | 2 +- .../EventBusBuilderExtensions.cs | 4 ++-- .../Tingle.PeriodicTasks.EventBus.csproj | 2 +- .../Tingle.PeriodicTasks.EventBus.Tests.csproj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/EventBusSample/EventBusSample.csproj b/samples/EventBusSample/EventBusSample.csproj index 3b2af1a..9b77960 100644 --- a/samples/EventBusSample/EventBusSample.csproj +++ b/samples/EventBusSample/EventBusSample.csproj @@ -3,7 +3,7 @@ - + diff --git a/src/Tingle.PeriodicTasks.EventBus/EventBusBuilderExtensions.cs b/src/Tingle.PeriodicTasks.EventBus/EventBusBuilderExtensions.cs index 9e184bf..48c0b18 100644 --- a/src/Tingle.PeriodicTasks.EventBus/EventBusBuilderExtensions.cs +++ b/src/Tingle.PeriodicTasks.EventBus/EventBusBuilderExtensions.cs @@ -11,7 +11,7 @@ public static class EventBusBuilderExtensions /// public static EventBusBuilder AddPeriodicTasksTrigger(this EventBusBuilder builder) { - return builder.AddConsumer(); + return builder.AddConsumer(); } /// Register the necessary services for triggering periodic tasks. @@ -20,6 +20,6 @@ public static EventBusBuilder AddPeriodicTasksTrigger(this EventBusBuilder build /// public static EventBusBuilder AddPeriodicTasksTrigger(this EventBusBuilder builder, Action configure) { - return builder.AddConsumer(configure); + return builder.AddConsumer(configure); } } diff --git a/src/Tingle.PeriodicTasks.EventBus/Tingle.PeriodicTasks.EventBus.csproj b/src/Tingle.PeriodicTasks.EventBus/Tingle.PeriodicTasks.EventBus.csproj index 07a081f..43dbdd9 100644 --- a/src/Tingle.PeriodicTasks.EventBus/Tingle.PeriodicTasks.EventBus.csproj +++ b/src/Tingle.PeriodicTasks.EventBus/Tingle.PeriodicTasks.EventBus.csproj @@ -10,7 +10,7 @@ - + diff --git a/tests/Tingle.PeriodicTasks.EventBus.Tests/Tingle.PeriodicTasks.EventBus.Tests.csproj b/tests/Tingle.PeriodicTasks.EventBus.Tests/Tingle.PeriodicTasks.EventBus.Tests.csproj index 0145de9..e906abf 100644 --- a/tests/Tingle.PeriodicTasks.EventBus.Tests/Tingle.PeriodicTasks.EventBus.Tests.csproj +++ b/tests/Tingle.PeriodicTasks.EventBus.Tests/Tingle.PeriodicTasks.EventBus.Tests.csproj @@ -2,7 +2,7 @@ - +