From 011869a9e67d553a85ce5b99af94517970cd25ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 26 Aug 2024 08:28:30 +0000 Subject: [PATCH 1/2] Bump version Bump version to 6.7.4 for the next release. --- Directory.Build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 575673efce..737b43008b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -42,14 +42,14 @@ package-readme.md See $(PackageProjectUrl)/releases for details. false - 6.7.2 + 6.7.3 true git $(PackageProjectUrl).git snupkg true true - 6.7.3 + 6.7.4 false From 4cb3966c4108aaccb419a8c524159eb950170c07 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 26 Aug 2024 09:32:28 +0100 Subject: [PATCH 2/2] Bump version - Bump version in README. - Fix workflow to allow two jobs to run concurrently. --- .github/workflows/bump-version.yml | 4 ++-- README.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index b54f94e56d..553c7d17e6 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -18,7 +18,7 @@ jobs: runs-on: [ ubuntu-latest ] concurrency: - group: ${{ github.workflow }} + group: '${{ github.workflow }}-version' cancel-in-progress: false permissions: @@ -173,7 +173,7 @@ jobs: if: github.event_name == 'release' concurrency: - group: ${{ github.workflow }} + group: '${{ github.workflow }}-milestone' cancel-in-progress: false permissions: diff --git a/README.md b/README.md index e5ce385b51..a384f71089 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ Once you have an API that can describe itself in Swagger, you've opened the trea | Swashbuckle Version | ASP.NET Core | Swagger / OpenAPI Spec. | swagger-ui | Redoc UI | |----------|----------|----------|----------|----------| -| [CI](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commits/master/)|>= 2.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) | -| [6.7.2](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v6.7.2)|>= 2.0.0 | 2.0, 3.0 | 5.17.14 | 2.1.5 | -| [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 | -| [4.0.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v4.0.0)|>= 2.0.0, < 3.0.0 | 2.0 | 3.19.5 | 1.22.2 | -| [3.0.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v3.0.0)|>= 1.0.4, < 3.0.0 | 2.0 | 3.17.1 | 1.20.0 | -| [2.5.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v2.5.0)|>= 1.0.4, < 3.0.0 | 2.0 | 3.16.0 | 1.20.0 | +| [CI](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commits/master/) | >= 2.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) | +| [6.7.3](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v6.7.3) | >= 2.0.0 | 2.0, 3.0 | 5.17.14 | 2.1.5 | +| [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 | +| [4.0.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v4.0.0) | >= 2.0.0, < 3.0.0 | 2.0 | 3.19.5 | 1.22.2 | +| [3.0.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v3.0.0) | >= 1.0.4, < 3.0.0 | 2.0 | 3.17.1 | 1.20.0 | +| [2.5.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v2.5.0) | >= 1.0.4, < 3.0.0 | 2.0 | 3.16.0 | 1.20.0 | # Getting Started #