From 6ee45733ece8a14c163212b6e869ecc4ff9e4b12 Mon Sep 17 00:00:00 2001 From: Marc Chouteau Date: Mon, 11 May 2026 12:49:35 +0200 Subject: [PATCH 1/2] chore: update project versions and package references in .csproj files --- .../ChannelMediator.ApiClientGenerator.csproj | 6 +++--- .../ChannelMediator.MinimalApiGenerator.csproj | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ChannelMediator.ApiClientGenerator/ChannelMediator.ApiClientGenerator.csproj b/src/ChannelMediator.ApiClientGenerator/ChannelMediator.ApiClientGenerator.csproj index 8320521..9980434 100644 --- a/src/ChannelMediator.ApiClientGenerator/ChannelMediator.ApiClientGenerator.csproj +++ b/src/ChannelMediator.ApiClientGenerator/ChannelMediator.ApiClientGenerator.csproj @@ -8,7 +8,7 @@ true true - 1.1.3.0 + 1.1.4.0 Appliman Roslyn source generator for ChannelMediator API Client — automatically generates IRequestHandler implementations that call Minimal API endpoints via HttpClient. https://github.com/appliman/channelmediator @@ -29,8 +29,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/ChannelMediator.MinimalApiGenerator/ChannelMediator.MinimalApiGenerator.csproj b/src/ChannelMediator.MinimalApiGenerator/ChannelMediator.MinimalApiGenerator.csproj index b27c192..59e3e57 100644 --- a/src/ChannelMediator.MinimalApiGenerator/ChannelMediator.MinimalApiGenerator.csproj +++ b/src/ChannelMediator.MinimalApiGenerator/ChannelMediator.MinimalApiGenerator.csproj @@ -8,7 +8,7 @@ true true - 1.2.4.0 + 1.2.5.0 Appliman Roslyn source generator for ChannelMediator Minimal API — automatically generates endpoint registration from IRequest handlers. https://github.com/appliman/channelmediator @@ -29,8 +29,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive From def9fb9cd63ac84cefbab0633afa22219e10a740 Mon Sep 17 00:00:00 2001 From: Marc Chouteau Date: Mon, 6 Jul 2026 22:40:36 +0200 Subject: [PATCH 2/2] Bump package versions --- .../ChannelMediator.ApiClientGenerator.csproj | 2 +- src/ChannelMediator.AzureBus/ChannelMediator.AzureBus.csproj | 2 +- src/ChannelMediator.Contracts/ChannelMediator.Contracts.csproj | 2 +- .../ChannelMediator.MinimalApiGenerator.Abstraction.csproj | 2 +- .../ChannelMediator.MinimalApiGenerator.csproj | 2 +- src/ChannelMediator.RabbitMQ/ChannelMediator.RabbitMQ.csproj | 2 +- src/ChannelMediator.Tests/ChannelMediator.Tests.csproj | 2 +- src/ChannelMediator/ChannelMediator.csproj | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/ChannelMediator.ApiClientGenerator/ChannelMediator.ApiClientGenerator.csproj b/src/ChannelMediator.ApiClientGenerator/ChannelMediator.ApiClientGenerator.csproj index 9980434..50c81c7 100644 --- a/src/ChannelMediator.ApiClientGenerator/ChannelMediator.ApiClientGenerator.csproj +++ b/src/ChannelMediator.ApiClientGenerator/ChannelMediator.ApiClientGenerator.csproj @@ -8,7 +8,7 @@ true true - 1.1.4.0 + 1.1.5.0 Appliman Roslyn source generator for ChannelMediator API Client — automatically generates IRequestHandler implementations that call Minimal API endpoints via HttpClient. https://github.com/appliman/channelmediator diff --git a/src/ChannelMediator.AzureBus/ChannelMediator.AzureBus.csproj b/src/ChannelMediator.AzureBus/ChannelMediator.AzureBus.csproj index 81dd550..be9c943 100644 --- a/src/ChannelMediator.AzureBus/ChannelMediator.AzureBus.csproj +++ b/src/ChannelMediator.AzureBus/ChannelMediator.AzureBus.csproj @@ -8,7 +8,7 @@ true snupkg true - 1.1.12.0 + 1.1.13.0 Appliman https://github.com/appliman/channelmediator https://github.com/appliman/channelmediator diff --git a/src/ChannelMediator.Contracts/ChannelMediator.Contracts.csproj b/src/ChannelMediator.Contracts/ChannelMediator.Contracts.csproj index ec3d906..9fc0286 100644 --- a/src/ChannelMediator.Contracts/ChannelMediator.Contracts.csproj +++ b/src/ChannelMediator.Contracts/ChannelMediator.Contracts.csproj @@ -8,7 +8,7 @@ true snupkg true - 1.0.9.0 + 1.0.10.0 Appliman https://github.com/appliman/channelmediator https://github.com/appliman/channelmediator diff --git a/src/ChannelMediator.MinimalApiGenerator.Abstraction/ChannelMediator.MinimalApiGenerator.Abstraction.csproj b/src/ChannelMediator.MinimalApiGenerator.Abstraction/ChannelMediator.MinimalApiGenerator.Abstraction.csproj index da29e64..8dcfdbd 100644 --- a/src/ChannelMediator.MinimalApiGenerator.Abstraction/ChannelMediator.MinimalApiGenerator.Abstraction.csproj +++ b/src/ChannelMediator.MinimalApiGenerator.Abstraction/ChannelMediator.MinimalApiGenerator.Abstraction.csproj @@ -10,7 +10,7 @@ snupkg true - 1.1.1.0 + 1.1.2.0 Appliman Abstractions and attributes for ChannelMediator Minimal API source generator — decorate IRequest handlers to auto-register ASP.NET Core Minimal API endpoints. https://github.com/appliman/channelmediator diff --git a/src/ChannelMediator.MinimalApiGenerator/ChannelMediator.MinimalApiGenerator.csproj b/src/ChannelMediator.MinimalApiGenerator/ChannelMediator.MinimalApiGenerator.csproj index 59e3e57..60e5884 100644 --- a/src/ChannelMediator.MinimalApiGenerator/ChannelMediator.MinimalApiGenerator.csproj +++ b/src/ChannelMediator.MinimalApiGenerator/ChannelMediator.MinimalApiGenerator.csproj @@ -8,7 +8,7 @@ true true - 1.2.5.0 + 1.3.1.0 Appliman Roslyn source generator for ChannelMediator Minimal API — automatically generates endpoint registration from IRequest handlers. https://github.com/appliman/channelmediator diff --git a/src/ChannelMediator.RabbitMQ/ChannelMediator.RabbitMQ.csproj b/src/ChannelMediator.RabbitMQ/ChannelMediator.RabbitMQ.csproj index b90def4..3b078fb 100644 --- a/src/ChannelMediator.RabbitMQ/ChannelMediator.RabbitMQ.csproj +++ b/src/ChannelMediator.RabbitMQ/ChannelMediator.RabbitMQ.csproj @@ -8,7 +8,7 @@ true snupkg true - 1.1.11.0 + 1.1.12.0 Appliman https://github.com/appliman/channelmediator https://github.com/appliman/channelmediator diff --git a/src/ChannelMediator.Tests/ChannelMediator.Tests.csproj b/src/ChannelMediator.Tests/ChannelMediator.Tests.csproj index a02d538..c1fafc8 100644 --- a/src/ChannelMediator.Tests/ChannelMediator.Tests.csproj +++ b/src/ChannelMediator.Tests/ChannelMediator.Tests.csproj @@ -17,7 +17,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/ChannelMediator/ChannelMediator.csproj b/src/ChannelMediator/ChannelMediator.csproj index 5f2930b..31422d1 100644 --- a/src/ChannelMediator/ChannelMediator.csproj +++ b/src/ChannelMediator/ChannelMediator.csproj @@ -8,7 +8,7 @@ true snupkg true - 1.1.18.0 + 1.1.19.0 Appliman https://github.com/appliman/channelmediator https://github.com/appliman/channelmediator