Skip to content

Commit

Permalink
Update Swashbuckle.AspNetCore to version 6.7.0
Browse files Browse the repository at this point in the history
Updated TinyHelpers.AspNetCore.Sample.csproj to change the version of the Swashbuckle.AspNetCore package from 6.6.2 to 6.7.0.
Updated TinyHelpers.AspNetCore.csproj to change the version of the Swashbuckle.AspNetCore.SwaggerGen package from 6.6.2 to 6.7.0.

These updates likely include improvements, bug fixes, or new features provided by the newer version of the Swashbuckle library.
  • Loading branch information
marcominerva committed Aug 1, 2024
1 parent a178399 commit 6f4440c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/TinyHelpers.AspNetCore/TinyHelpers.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.6.2" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6f4440c

Please sign in to comment.