Skip to content

Commit

Permalink
Update packages & bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amantinband committed Jan 5, 2024
1 parent 90e745c commit d4ef4c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Amantinband.CleanArchitecture.Template.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Amantinband.CleanArchitecture.Template</id>
<version>1.0.5</version>
<version>1.1.0</version>
<authors>amantinband</authors>
<description>.NET 8 Clean Architecture Template</description>
<projectUrl>https://github.com/amantinband/clean-architecture</projectUrl>
Expand Down
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" />
<!-- Awesome open-source packages -->
<PackageVersion Include="Ardalis.SmartEnum" Version="7.0.0" />
<PackageVersion Include="ErrorOr" Version="1.3.0" />
<PackageVersion Include="ErrorOr" Version="1.6.0" />
<PackageVersion Include="MediatR" Version="12.2.0" />
<PackageVersion Include="FluentValidation" Version="11.8.1" />
<PackageVersion Include="FluentValidation" Version="11.9.0" />
<PackageVersion Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageVersion Include="FluentEmail.Core" Version="3.0.2" />
<PackageVersion Include="FluentEmail.Smtp" Version="3.0.2" />
<!-- Analyzers -->
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.507" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
<!-- Tests -->
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="throw" Version="1.4.0" />
<PackageVersion Include="xunit" Version="2.6.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.5" />
<PackageVersion Include="xunit" Version="2.6.5" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<!-- Auth -->
Expand Down

0 comments on commit d4ef4c9

Please sign in to comment.