|
3 | 3 | <metadata> |
4 | 4 | <id>Ardalis.CleanArchitecture.Template</id> |
5 | 5 | <title>ASP.NET Core Clean Architecture Solution</title> |
6 | | - <version>10.0.0</version> |
| 6 | + <version>10.0.1</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 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 |
| 16 | + * Fix Launch URL in launchSettings.json |
37 | 17 | </releaseNotes> |
38 | 18 | <packageTypes> |
39 | 19 | <packageType name="Template" /> |
|
0 commit comments