From c7ebbe824d31421361f4e7ccc5a2402396546936 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Sun, 21 Jul 2024 22:05:30 -0400 Subject: [PATCH] Updated nuget deps and package version --- CleanArchitecture.nuspec | 12 ++++++++++-- Directory.Packages.props | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CleanArchitecture.nuspec b/CleanArchitecture.nuspec index 87ca79b82..f720e0535 100644 --- a/CleanArchitecture.nuspec +++ b/CleanArchitecture.nuspec @@ -3,7 +3,7 @@ Ardalis.CleanArchitecture.Template ASP.NET Core Clean Architecture Solution - 9.1.2 + 9.2.0 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,7 +13,15 @@ MIT https://github.com/ardalis/CleanArchitecture - Fixes MimeKit disconnect issue. + * Update all NuGet dependencies + * Remove duplicate addscoped by @Emopusta in https://github.com/ardalis/CleanArchitecture/pull/703 + * add cancellation token to mediatr send requests. by @Emopusta in https://github.com/ardalis/CleanArchitecture/pull/704 + * Update README.md by @ardalis in https://github.com/ardalis/CleanArchitecture/pull/705 + * Rename GetById.GetProjectByIdRequest.cs to GetById.GetContributorByIdRequest.cs by @Zaigham-Gulzar in https://github.com/ardalis/CleanArchitecture/pull/721 + * Migrate Autofac DI to Vanilla DI in the sample project (#723) by @marcotello in https://github.com/ardalis/CleanArchitecture/pull/728 + * Rename variable from command to query to maintain consistency by @Ahmed-SM in https://github.com/ardalis/CleanArchitecture/pull/733 + * Fix spelling by @thahnnwb in https://github.com/ardalis/CleanArchitecture/pull/735 + * Adding async capability to database seeding operations by @samanazadi1996 in https://github.com/ardalis/CleanArchitecture/pull/734 diff --git a/Directory.Packages.props b/Directory.Packages.props index 188da89a9..5b16327e8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,7 +5,7 @@ - + @@ -26,7 +26,7 @@ - +