File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2424 "generator" : " constant" ,
2525 "replaces" : " caPackageVersion" ,
2626 "parameters" : {
27- "value" : " 9.0.11 "
27+ "value" : " 9.0.12 "
2828 }
2929 },
3030 "caRepositoryUrl" : {
Original file line number Diff line number Diff line change 33 <metadata >
44
55 <id >Clean.Architecture.Solution.Template</id >
6- <version >9.0.11 </version >
6+ <version >9.0.12 </version >
77 <title >Clean Architecture Solution Template</title >
88 <authors >JasonTaylorDev</authors >
99 <description >Clean Architecture Solution Template for .NET 9.</description >
1010 <summary >
1111 A Clean Architecture Solution Template for creating apps using Angular, React, or Web API only with ASP.NET Core.
1212 </summary >
1313 <releaseNotes >
14- ✨ Removed migrations to adopt a more flexible approach for database initialization (see README for details).
15- 🐛 Reverted to previous seeding approach due to issues with the new implementation.
14+ 🐛 Fixed bug with registration of LoggingBehaviour.
15+ 🐛 Fixed bug with reuse of ValidationContext in ValidationBehaviour.
16+ ✨ Refactored endpoint mapping to use RouteGroupBuilder.
17+ ✨ Implementation of TSX support in React template.
18+ 🐛 Fix KeyVault / secret name mismatch in Bicep templates.
19+ 📦 Replace FluentAssertions with Shouldly in tests.
20+ 🐛 Fix using dotnet-ef with artifacts path.
21+ ✨ Improved performance of authorisation.
22+ ✨ Enable simplified output paths.
1623 </releaseNotes >
1724
1825 <projectUrl >https://github.com/JasonTaylorDev/CleanArchitecture</projectUrl >
You can’t perform that action at this time.
0 commit comments