Skip to content

Commit 701bf33

Browse files
committed
release 9.1.1
### 2025-09-04 Версия 9.1.1 * * Nugets dependencies were updated
1 parent 32d8a05 commit 701bf33

File tree

12 files changed

+42
-33
lines changed

12 files changed

+42
-33
lines changed

AspNetCore v9.0/Calabonga.Microservice.IdentityModule.Template/Calabonga.Microservice.IdentityModule.Template.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- The package metadata. Fill in the properties marked as TODO below -->
55
<!-- Follow the instructions on https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -->
66
<PackageId>Calabonga.Microservice.IdentityModule.Template</PackageId>
7-
<PackageVersion>9.1.0</PackageVersion>
7+
<PackageVersion>9.1.1</PackageVersion>
88
<Title>Microservice template with OpenIddict</Title>
99
<Authors>Calabonga</Authors>
1010
<Copyright>Calabonga SOFT © 2019 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
@@ -13,7 +13,7 @@
1313
<PackageTags>template, microservice, oauth2, calabonga, nimble, framework, minimal, api</PackageTags>
1414
<PackageProjectUrl>https://github.com/Calabonga/Microservice-Template</PackageProjectUrl>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageReleaseNotes>MediatoR and AutoMapper were removed.</PackageReleaseNotes>
16+
<PackageReleaseNotes>Nugets dependencies were updated</PackageReleaseNotes>
1717

1818
<!-- Keep package type as 'Template' to show the package as template package on nuget.org and make you template available in dotnet new search.-->
1919
<PackageType>Template</PackageType>

AspNetCore v9.0/Calabonga.Microservice.IdentityModule.Template/content/Calabonga.Microservice.IdentityModule.Infrastructure/Calabonga.Microservice.IdentityModule.Infrastructure.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<ItemGroup>
1111
<PackageReference Include="Calabonga.Results" Version="1.1.0" />
1212
<PackageReference Include="Calabonga.UnitOfWork" Version="6.0.0" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.6" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6">
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.8" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.8">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="6.4.0" />
18+
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="7.0.0" />
1919
<PackageReference Include="Calabonga.PredicatesBuilder" Version="2.0.1" />
20-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.6" />
21-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.6" />
20+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.8" />
21+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.8" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

AspNetCore v9.0/Calabonga.Microservice.IdentityModule.Template/content/Calabonga.Microservice.IdentityModule.Web/Calabonga.Microservice.IdentityModule.Web.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@
1919
<PackageReference Include="FluentValidation" Version="12.0.0" />
2020
<PackageReference Include="Calabonga.AspNetCore.AppDefinitions" Version="4.0.0" />
2121
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.0.0" />
22-
<PackageReference Include="Mediator.Abstractions" Version="2.1.7" />
23-
<PackageReference Include="Mediator.SourceGenerator" Version="2.1.7">
22+
<PackageReference Include="Mediator.Abstractions" Version="3.0.1" />
23+
<PackageReference Include="Mediator.SourceGenerator" Version="3.0.1">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>
27-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.6" />
28-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" />
29-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.6">
27+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.8" />
28+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />
29+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.8">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3232
</PackageReference>
33-
<PackageReference Include="OpenIddict.AspNetCore" Version="6.4.0" />
33+
<PackageReference Include="OpenIddict.AspNetCore" Version="7.0.0" />
3434
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
3535
<PackageReference Include="Serilog.Formatting.Compact" Version="3.0.0" />
3636
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
3737
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
38-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.1" />
39-
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
38+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.4" />
39+
<PackageReference Include="System.Linq.Async" Version="6.0.3" />
4040
</ItemGroup>
4141

4242
<ItemGroup>

AspNetCore v9.0/Calabonga.Microservice.IdentityModule.Template/content/Calabonga.Microservice.IdentityModule.Web/Definitions/FluentValidating/ValidatorBehavior.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public sealed class ValidatorBehavior<TRequest, TResponse>(IEnumerable<IValidato
1818
/// <param name="cancellationToken">Cancellation token</param>
1919
/// <param name="next">Awaitable delegate for the next action in the pipeline. Eventually this delegate represents the handler.</param>
2020
/// <returns>Awaitable task returning the <typeparamref name="TResponse" /></returns>
21-
public ValueTask<TResponse> Handle(TRequest message, CancellationToken cancellationToken, MessageHandlerDelegate<TRequest, TResponse> next)
21+
public ValueTask<TResponse> Handle(TRequest message, MessageHandlerDelegate<TRequest, TResponse> next, CancellationToken cancellationToken)
2222
{
2323
var failures = validators
2424
.Select(x => x.Validate(new ValidationContext<TRequest>(message)))
@@ -30,4 +30,5 @@ public ValueTask<TResponse> Handle(TRequest message, CancellationToken cancellat
3030
? throw new ValidationException(failures)
3131
: next(message, cancellationToken);
3232
}
33+
3334
}

AspNetCore v9.0/Calabonga.Microservice.IdentityModule.Template/content/Calabonga.Microservice.IdentityModule.Web/Definitions/Mediator/Base/UnitOfWorkTransactionBehavior.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Calabonga.Microservice.IdentityModule.Web.Definitions.Mediator.Base;
1111
public class TransactionBehavior<TRequest, TResponse>(IUnitOfWork unitOfWork) : IPipelineBehavior<TRequest, TResponse>
1212
where TRequest : IRequest<TResponse>
1313
{
14-
public async ValueTask<TResponse> Handle(TRequest message, CancellationToken cancellationToken, MessageHandlerDelegate<TRequest, TResponse> next)
14+
public async ValueTask<TResponse> Handle(TRequest message, MessageHandlerDelegate<TRequest, TResponse> next, CancellationToken cancellationToken)
1515
{
1616
await using var transaction = await unitOfWork.BeginTransactionAsync();
1717
try

AspNetCore v9.0/Calabonga.Microservice.Module.Template/Calabonga.Microservice.Module.Template.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- The package metadata. Fill in the properties marked as TODO below -->
55
<!-- Follow the instructions on https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -->
66
<PackageId>Calabonga.Microservice.Module.Template</PackageId>
7-
<PackageVersion>9.1.0</PackageVersion>
7+
<PackageVersion>9.1.1</PackageVersion>
88
<Title>Microservice template</Title>
99
<Authors>Calabonga</Authors>
1010
<Copyright>Calabonga SOFT © 2019 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
@@ -13,7 +13,7 @@
1313
<PackageTags>template, microservice, oauth2, calabonga, nimble, framework, minimal, api</PackageTags>
1414
<PackageProjectUrl>https://github.com/Calabonga/Microservice-Template</PackageProjectUrl>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageReleaseNotes>MediatoR and AutoMapper were removed.</PackageReleaseNotes>
16+
<PackageReleaseNotes>Nugets dependencies were updated</PackageReleaseNotes>
1717

1818
<!-- Keep package type as 'Template' to show the package as template package on nuget.org and make you template available in dotnet new search.-->
1919
<PackageType>Template</PackageType>

AspNetCore v9.0/Calabonga.Microservice.Module.Template/content/Calabonga.Microservice.Module.Infrastructure/Calabonga.Microservice.Module.Infrastructure.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<PackageReference Include="Calabonga.UnitOfWork" Version="6.0.0" />
1313
<PackageReference Include="Calabonga.PredicatesBuilder" Version="2.0.1" />
1414
<PackageReference Include="Calabonga.Microservices.Core" Version="6.0.0" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.6" />
16-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.6" />
17-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.6" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.8" />
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.8" />
17+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.8" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

AspNetCore v9.0/Calabonga.Microservice.Module.Template/content/Calabonga.Microservice.Module.Web/Calabonga.Microservice.Module.Web.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
<PackageReference Include="Calabonga.AspNetCore.AppDefinitions" Version="4.0.0" />
1212
<PackageReference Include="FluentValidation" Version="12.0.0" />
1313
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.0.0" />
14-
<PackageReference Include="Mediator.Abstractions" Version="2.1.7" />
15-
<PackageReference Include="Mediator.SourceGenerator" Version="2.1.7">
14+
<PackageReference Include="Mediator.Abstractions" Version="3.0.1" />
15+
<PackageReference Include="Mediator.SourceGenerator" Version="3.0.1">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
19-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.6" />
20-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.6" />
21-
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter" Version="9.0.6" />
22-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6">
19+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.8" />
20+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.8" />
21+
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter" Version="9.0.8" />
22+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.8">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>
2727
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" />
28-
<PackageReference Include="OpenIddict.AspNetCore" Version="6.4.0" />
28+
<PackageReference Include="OpenIddict.AspNetCore" Version="7.0.0" />
2929
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
3030
<PackageReference Include="Serilog.Formatting.Compact" Version="3.0.0" />
3131
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
3232
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
33-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.1" />
33+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.4" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

AspNetCore v9.0/Calabonga.Microservice.Module.Template/content/Calabonga.Microservice.Module.Web/Definitions/FluentValidating/ValidatorBehavior.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class ValidatorBehavior<TRequest, TResponse> : IPipelineBehavior<TRequest
1515

1616
public ValidatorBehavior(IEnumerable<IValidator<TRequest>> validators) => _validators = validators;
1717

18-
public ValueTask<TResponse> Handle(TRequest message, CancellationToken cancellationToken, MessageHandlerDelegate<TRequest, TResponse> next)
18+
public ValueTask<TResponse> Handle(TRequest message, MessageHandlerDelegate<TRequest, TResponse> next, CancellationToken cancellationToken)
1919
{
2020
var failures = _validators
2121
.Select(x => x.Validate(new ValidationContext<TRequest>(message)))

AspNetCore v9.0/Calabonga.Microservice.Module.Template/content/Calabonga.Microservice.Module.Web/Definitions/Mediator/Base/UnitOfWorkTransactionBehavior.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class TransactionBehavior<TRequest, TResponse> : IPipelineBehavior<TReque
1515

1616
public TransactionBehavior(IUnitOfWork unitOfWork) => _unitOfWork = unitOfWork;
1717

18-
public async ValueTask<TResponse> Handle(TRequest message, CancellationToken cancellationToken, MessageHandlerDelegate<TRequest, TResponse> next)
18+
public async ValueTask<TResponse> Handle(TRequest message, MessageHandlerDelegate<TRequest, TResponse> next, CancellationToken cancellationToken)
1919
{
2020
await using var transaction = await _unitOfWork.BeginTransactionAsync();
2121
try

0 commit comments

Comments
 (0)