Skip to content

Commit a7112c2

Browse files
Bump version (#3360)
* Bump version Bump version to 8.1.2 for the next release. * Update README Bump v8 row. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <martin@martincostello.com>
1 parent a676de6 commit a7112c2

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
@@ -32,14 +32,14 @@
3232
<PackageReadmeFile>package-readme.md</PackageReadmeFile>
3333
<PackageReleaseNotes>See $(PackageProjectUrl)/releases for details.</PackageReleaseNotes>
3434
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
35-
<PackageValidationBaselineVersion>8.1.0</PackageValidationBaselineVersion>
35+
<PackageValidationBaselineVersion>8.1.1</PackageValidationBaselineVersion>
3636
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3737
<RepositoryType>git</RepositoryType>
3838
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
3939
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4040
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4141
<UseArtifactsOutput>true</UseArtifactsOutput>
42-
<VersionPrefix>8.1.1</VersionPrefix>
42+
<VersionPrefix>8.1.2</VersionPrefix>
4343
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
4444
</PropertyGroup>
4545
<PropertyGroup Condition=" '$(GITHUB_ACTIONS)' != '' AND '$(DEPENDABOT_JOB_ID)' == '' ">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Once you have an API that can describe itself in Swagger, you've opened the trea
2525
| Swashbuckle Version | ASP.NET Core | Swagger / OpenAPI Spec. | swagger-ui | Redoc UI |
2626
|----------|----------|----------|----------|----------|
2727
| [CI](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commits/master/) | >= 8.0.0, 2.3.x | 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) |
28-
| [8.1.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v8.1.0) | >= 8.0.0, 2.3.x | 2.0, 3.0 | 5.20.2 | 2.4.0 |
28+
| [8.1.1](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v8.1.1) | >= 8.0.0, 2.3.x | 2.0, 3.0 | 5.20.8 | 2.4.0 |
2929
| [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 | 2.4.0 |
3030
| [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 | 2.1.5 |
3131
| [5.6.3](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v5.6.3) | >= 2.0.0 | 2.0, 3.0 | 3.32.5 | 2.0.0-rc.40 |

0 commit comments

Comments
 (0)