|
3 | 3 | <metadata> |
4 | 4 | <id>Ardalis.CleanArchitecture.Template</id> |
5 | 5 | <title>ASP.NET Core Clean Architecture Solution</title> |
6 | | - <version>9.3.0</version> |
| 6 | + <version>10.0.0-beta</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. |
|
13 | 13 | <license type="expression">MIT</license> |
14 | 14 | <projectUrl>https://github.com/ardalis/CleanArchitecture</projectUrl> |
15 | 15 | <releaseNotes> |
16 | | - * Update all NuGet dependencies |
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 and 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 |
| 16 | +* UPDATE to .NET 9! |
| 17 | +* Use ConnectAsync in MimeKitEmailSender for async SMTP connection by @samanazadi1996 in https://github.com/ardalis/CleanArchitecture/pull/837 |
| 18 | +* Using GlobalUsings class file for commonly used namespaces by @aminsharifi in https://github.com/ardalis/CleanArchitecture/pull/844 |
| 19 | +* Bump Azure.Identity from 1.12.1 to 1.13.0 by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/842 |
| 20 | +* Added ADR for Dependency Injection Framework Update #829 by @Zaki2409 in https://github.com/ardalis/CleanArchitecture/pull/840 |
| 21 | +* Bump Serilog.AspNetCore from 8.0.2 to 8.0.3 by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/839 |
| 22 | +* Bump ReportGenerator from 5.3.10 to 5.3.11 by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/835 |
| 23 | +* Bump Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Relational, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Logging by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/834 |
| 24 | +* Bump Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.Relational, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Logging by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/833 |
| 25 | +* Bump Microsoft.EntityFrameworkCore.Tools, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.Relational, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Logging by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/830 |
| 26 | +* Bump Microsoft.EntityFrameworkCore.InMemory from 8.0.8 to 8.0.10 by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/850 |
| 27 | +* Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.8 to 8.0.10 by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/851 |
| 28 | +* Update to .NET 9.0 RC2 by @KyleMcMaster in https://github.com/ardalis/CleanArchitecture/pull/852 |
| 29 | +* Adding Vogen Value Objects to Sample by @ardalis in https://github.com/ardalis/CleanArchitecture/pull/855 |
| 30 | +* Bump Ardalis.SharedKernel from 1.6.0 to 2.1.1 by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/856 |
| 31 | +* Adds Aspire by @benjaminmishra in https://github.com/ardalis/CleanArchitecture/pull/859 |
| 32 | +* Bump NSubstitute from 5.1.0 to 5.3.0 by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/861 |
| 33 | +* Bump Ardalis.Result from 10.0.0 to 10.1.0 by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/860 |
| 34 | +* Bump Azure.Identity from 1.13.0 to 1.13.1 by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/858 |
| 35 | +* Bump Ardalis.Result.AspNetCore from 10.0.0 to 10.1.0 by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/862 |
| 36 | +* Bump FastEndpoints and FastEndpoints.Swagger by @dependabot in https://github.com/ardalis/CleanArchitecture/pull/863 |
23 | 37 | </releaseNotes> |
24 | 38 | <packageTypes> |
25 | 39 | <packageType name="Template" /> |
|
0 commit comments