Skip to content

Commit ccb7ebe

Browse files
committed
v9.3
1 parent d91acce commit ccb7ebe

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

CleanArchitecture.nuspec

+7-9
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.2.0</version>
6+
<version>9.3.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.
@@ -14,14 +14,12 @@
1414
<projectUrl>https://github.com/ardalis/CleanArchitecture</projectUrl>
1515
<releaseNotes>
1616
* 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
17+
* change Result to impilict type in UpdateContributorhandler by @akbaramd in https://github.com/ardalis/CleanArchitecture/pull/741
18+
* Primary constructor implement by @KhanbalaRashidov in https://github.com/ardalis/CleanArchitecture/pull/762
19+
* Clean.Architecture.Web/Program.cs configuration over all clean up by @TadehB7 in https://github.com/ardalis/CleanArchitecture/pull/821
20+
* chore: update jquery.validate.js by @eltociear in https://github.com/ardalis/CleanArchitecture/pull/788
21+
* KISS principle & fluent builder pattern by @aminsharifi in https://github.com/ardalis/CleanArchitecture/pull/763
22+
* Added smtp server instance in functional tests using test-containers by @Asafima in https://github.com/ardalis/CleanArchitecture/pull/805
2523
</releaseNotes>
2624
<packageTypes>
2725
<packageType name="Template" />

0 commit comments

Comments
 (0)