|
3 | 3 | <metadata>
|
4 | 4 | <id>Ardalis.CleanArchitecture.Template</id>
|
5 | 5 | <title>ASP.NET Core Clean Architecture Solution</title>
|
6 |
| - <version>9.2.0</version> |
| 6 | + <version>9.3.0</version> |
7 | 7 | <authors>Steve Smith</authors>
|
8 | 8 | <description>
|
9 | 9 | 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 | <projectUrl>https://github.com/ardalis/CleanArchitecture</projectUrl>
|
15 | 15 | <releaseNotes>
|
16 | 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 |
| 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 |
25 | 23 | </releaseNotes>
|
26 | 24 | <packageTypes>
|
27 | 25 | <packageType name="Template" />
|
|
0 commit comments