Skip to content

Commit c7ebbe8

Browse files
committed
Updated nuget deps and package version
1 parent fabfae2 commit c7ebbe8

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CleanArchitecture.nuspec

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>Ardalis.CleanArchitecture.Template</id>
55
<title>ASP.NET Core Clean Architecture Solution</title>
6-
<version>9.1.2</version>
6+
<version>9.2.0</version>
77
<authors>Steve Smith</authors>
88
<description>
99
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 @@
1313
<license type="expression">MIT</license>
1414
<projectUrl>https://github.com/ardalis/CleanArchitecture</projectUrl>
1515
<releaseNotes>
16-
Fixes MimeKit disconnect issue.
16+
* Update all NuGet dependencies
17+
* Remove duplicate addscoped by @Emopusta in https://github.com/ardalis/CleanArchitecture/pull/703
18+
* add cancellation token to mediatr send requests. by @Emopusta in https://github.com/ardalis/CleanArchitecture/pull/704
19+
* Update README.md by @ardalis in https://github.com/ardalis/CleanArchitecture/pull/705
20+
* Rename GetById.GetProjectByIdRequest.cs to GetById.GetContributorByIdRequest.cs by @Zaigham-Gulzar in https://github.com/ardalis/CleanArchitecture/pull/721
21+
* Migrate Autofac DI to Vanilla DI in the sample project (#723) by @marcotello in https://github.com/ardalis/CleanArchitecture/pull/728
22+
* Rename variable from command to query to maintain consistency by @Ahmed-SM in https://github.com/ardalis/CleanArchitecture/pull/733
23+
* Fix spelling by @thahnnwb in https://github.com/ardalis/CleanArchitecture/pull/735
24+
* Adding async capability to database seeding operations by @samanazadi1996 in https://github.com/ardalis/CleanArchitecture/pull/734
1725
</releaseNotes>
1826
<packageTypes>
1927
<packageType name="Template" />

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageVersion Include="Ardalis.ListStartupServices" Version="1.1.4" />
66
<PackageVersion Include="Ardalis.Result" Version="9.1.0" />
77
<PackageVersion Include="Ardalis.Result.AspNetCore" Version="9.1.0" />
8-
<PackageVersion Include="Ardalis.SharedKernel" Version="1.5.0" />
8+
<PackageVersion Include="Ardalis.SharedKernel" Version="1.6.0" />
99
<PackageVersion Include="Ardalis.SmartEnum" Version="8.0.0" />
1010
<PackageVersion Include="Ardalis.Specification" Version="8.0.0" />
1111
<PackageVersion Include="Ardalis.Specification.EntityFrameworkCore" Version="8.0.0" />
@@ -26,7 +26,7 @@
2626
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" />
2727
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
2828
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
29-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
29+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
3030
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
3131
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
3232
<PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.3" />

0 commit comments

Comments
 (0)