From b0428288cb574eca9b90c78048c020a01a3737a1 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 6 Mar 2024 11:04:01 -0500 Subject: [PATCH] Release 9.1.1 --- CleanArchitecture.nuspec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CleanArchitecture.nuspec b/CleanArchitecture.nuspec index 777f54589..a90787f7e 100644 --- a/CleanArchitecture.nuspec +++ b/CleanArchitecture.nuspec @@ -3,7 +3,7 @@ Ardalis.CleanArchitecture.Template ASP.NET Core Clean Architecture Solution - 9.1.0 + 9.1.1 Steve Smith The Clean Architecture Solution Template popularized by Steve @ardalis Smith. Provides a great starting point for modern and/or DDD solutions built with .NET 8 and C# 12. @@ -13,10 +13,7 @@ MIT https://github.com/ardalis/CleanArchitecture - Updated NuGet dependencies. - Added Mailserver configuration. - Removed Autofac. - Fixed issue with PhoneUmber property. + Added cancellation tokens to MediatR calls.