Skip to content

Commit 4a812b2

Browse files
Bump version (#3581)
* Bump version Bump version to 9.0.6 for the next release. Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Update version table Update for 9.0.5. --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <martin@martincostello.com>
1 parent ff236ab commit 4a812b2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
<PackageReadmeFile>package-readme.md</PackageReadmeFile>
3030
<PackageReleaseNotes>See $(PackageProjectUrl)/releases for details.</PackageReleaseNotes>
3131
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
32-
<PackageValidationBaselineVersion>9.0.4</PackageValidationBaselineVersion>
32+
<PackageValidationBaselineVersion>9.0.5</PackageValidationBaselineVersion>
3333
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3434
<RepositoryType>git</RepositoryType>
3535
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
3636
<StaticWebAssetsEnabled>false</StaticWebAssetsEnabled>
3737
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3838
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3939
<UseArtifactsOutput>true</UseArtifactsOutput>
40-
<VersionPrefix>9.0.5</VersionPrefix>
40+
<VersionPrefix>9.0.6</VersionPrefix>
4141
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
4242
</PropertyGroup>
4343
<PropertyGroup Condition=" '$(GITHUB_ACTIONS)' != '' AND '$(DEPENDABOT_JOB_ID)' == '' ">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ for more details.
2929
| Swashbuckle Version | ASP.NET Core | Swagger/OpenAPI Spec. | swagger-ui | Redoc |
3030
|----------|----------|----------|----------|----------|
3131
| [CI](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commits/master/) | >= 8.0.0 | 2.0, 3.0 | [5.x.x](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/blob/master/src/Swashbuckle.AspNetCore.SwaggerUI/package.json#L6) | [2.x.x](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/blob/master/src/Swashbuckle.AspNetCore.ReDoc/package.json#L6) |
32-
| [9.0.4](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v9.0.4) | >= 8.0.0 | 2.0, 3.0 | [5.27.1](https://github.com/swagger-api/swagger-ui/releases/tag/v5.27.1) | [2.5.0](https://github.com/Redocly/redoc/releases/tag/v2.5.0) |
32+
| [9.0.5](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v9.0.5) | >= 8.0.0 | 2.0, 3.0 | [5.29.1](https://github.com/swagger-api/swagger-ui/releases/tag/v5.29.1) | [2.5.0](https://github.com/Redocly/redoc/releases/tag/v2.5.0) |
3333
| [8.1.4](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v8.1.4) | >= 8.0.0, 2.3.x | 2.0, 3.0 | [5.22.0](https://github.com/swagger-api/swagger-ui/releases/tag/v5.22.0) | [2.5.0](https://github.com/Redocly/redoc/releases/tag/v2.5.0) |
3434
| [7.3.2](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v7.3.2) | >= 8.0.0, 6.0.x, 2.1.x | 2.0, 3.0 | [5.20.1](https://github.com/swagger-api/swagger-ui/releases/tag/v5.20.1) | [2.4.0](https://github.com/Redocly/redoc/releases/tag/v2.4.0) |
3535
| [6.9.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v6.9.0) | >= 6.0.0, 2.1.x | 2.0, 3.0 | [5.17.14](https://github.com/swagger-api/swagger-ui/releases/tag/v5.17.14) | [2.1.5](https://github.com/Redocly/redoc/releases/tag/v2.1.5)|

0 commit comments

Comments
 (0)