Skip to content

Commit

Permalink
Update for 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Nov 28, 2023
1 parent 7506d12 commit 2fa2fe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CleanArchitecture.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Ardalis.CleanArchitecture.Template</id>
<title>ASP.NET Core Clean Architecture Solution</title>
<version>9.0.0</version>
<version>9.0.1</version>
<authors>Steve Smith</authors>
<description>
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.
Expand All @@ -13,8 +13,7 @@
<license type="expression">MIT</license>
<projectUrl>https://github.com/ardalis/CleanArchitecture</projectUrl>
<releaseNotes>
Major changes included in this release!
* Packages updated to net8 versions
Minor updates to dependencies.
</releaseNotes>
<packageTypes>
<packageType name="Template" />
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Expand Up @@ -12,9 +12,9 @@
<PackageVersion Include="Autofac" Version="7.1.0" />
<PackageVersion Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<PackageVersion Include="FastEndpoints" Version="5.20.0-rc2" />
<PackageVersion Include="FastEndpoints" Version="5.20.0" />
<PackageVersion Include="FastEndpoints.ApiExplorer" Version="2.2.0" />
<PackageVersion Include="FastEndpoints.Swagger" Version="5.20.0-rc2" />
<PackageVersion Include="FastEndpoints.Swagger" Version="5.20.0" />
<PackageVersion Include="FastEndpoints.Swagger.Swashbuckle" Version="2.2.0" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="MailKit" Version="4.3.0" />
Expand Down

0 comments on commit 2fa2fe9

Please sign in to comment.