Skip to content

Commit 90f4cda

Browse files
authored
Update Swashbuckle.AspNetCore package version to 5.6.3 (#26391)
Fixes #26301 As part of 5.0-preview8, we added Swashbuckle to ASP.NET Core's API project templates. Swashbuckle's developer team has been active of late and has issued a new minor version that has enhancements and bug fixes. We'd like to pick this up. Users currently see a package update prompt on a brand new template. Missing useful bug fixes with the current version. No Low. This a minor version update that is recommended by Swashbuckle. I verified the update locally, our tests verify that the template builds and is usable with this change. We have CTI coverage for end-to-end scenarios with Swashbuckle.
1 parent de59a61 commit 90f4cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
<SerilogSinksFilePackageVersion>4.0.0</SerilogSinksFilePackageVersion>
244244
<StackExchangeRedisPackageVersion>2.0.593</StackExchangeRedisPackageVersion>
245245
<SystemReactiveLinqPackageVersion>3.1.1</SystemReactiveLinqPackageVersion>
246-
<SwashbuckleAspNetCorePackageVersion>5.5.1</SwashbuckleAspNetCorePackageVersion>
246+
<SwashbuckleAspNetCorePackageVersion>5.6.3</SwashbuckleAspNetCorePackageVersion>
247247
<XunitAbstractionsPackageVersion>2.0.3</XunitAbstractionsPackageVersion>
248248
<XunitAnalyzersPackageVersion>0.10.0</XunitAnalyzersPackageVersion>
249249
<XunitVersion>2.4.1</XunitVersion>

0 commit comments

Comments
 (0)