Skip to content

Commit

Permalink
Merge pull request #47 from marcominerva/develop
Browse files Browse the repository at this point in the history
Bump Swashbuckle.AspNetCore.SwaggerGen from 6.5.0 to 6.6.1
  • Loading branch information
marcominerva committed May 14, 2024
2 parents b993aff + 3d5be93 commit 7920f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/MinimalSample/MinimalSample.csproj
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.4" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/MinimalHelpers.OpenApi/MinimalHelpers.OpenApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.6.1" />
</ItemGroup>
</Project>

0 comments on commit 7920f18

Please sign in to comment.