-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update swashbuckle-aspnetcore monorepo to v9 (major) #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(deps): update swashbuckle-aspnetcore monorepo to v9 (major) #74
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates Swashbuckle.AspNetCore and its Annotations package references from v8.1.4 to v9.0.1 across all projects to pick up the latest major release.
- Bumps Swashbuckle.AspNetCore to v9.0.1 in library and test projects
- Bumps Swashbuckle.AspNetCore.Annotations to v9.0.1 in relevant test projects
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
src/tests/Workleap.Extensions.OpenAPI.Analyzers.Tests/*.csproj | Updated Swashbuckle.AspNetCore to v9.0.1 |
src/tests/WebApi.OpenAPI.SystemTest/*.csproj | Updated Swashbuckle.AspNetCore and Annotations |
src/Workleap.Extensions.OpenAPI/Workleap.Extensions.OpenAPI.csproj | Updated Swashbuckle.AspNetCore to v9.0.1 |
src/Workleap.Extensions.OpenAPI.Tests/*.csproj | Updated Swashbuckle.AspNetCore.Annotations |
Comments suppressed due to low confidence (1)
src/Workleap.Extensions.OpenAPI/Workleap.Extensions.OpenAPI.csproj:23
- Swashbuckle.AspNetCore v9 drops support for netstandard2.0 and .NET Framework. Verify that this project’s TargetFramework is updated to net8.0 or net9.0 to ensure compatibility.
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.1" />
4ac5ed1
to
3f0ea83
Compare
3f0ea83
to
2f8d17a
Compare
2f8d17a
to
653486c
Compare
653486c
to
6790722
Compare
6790722
to
a8dbb60
Compare
a8dbb60
to
6588c7d
Compare
0f75fa4
to
2b66f08
Compare
2b66f08
to
df38d09
Compare
df38d09
to
0986aa3
Compare
0986aa3
to
2fb3ea4
Compare
2fb3ea4
to
317148c
Compare
317148c
to
3f07ec9
Compare
3f07ec9
to
eccedb1
Compare
This PR contains the following updates:
8.1.4
->9.0.6
8.1.4
->9.0.6
Release Notes
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
v9.0.6
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.5...v9.0.6
v9.0.5
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.4...v9.0.5
v9.0.4
What's Changed
ETag
values by @martincostello in #3490Accept-Encoding
parsing by @martincostello in #3492Accept-Encoding
quality by @martincostello in #3493WebHost
usage from tests by @martincostello in #3517$type
discriminator for[JsonPolymorphic]
by @lilinus in #3496New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.3...v9.0.4
v9.0.3
What's Changed
Content-Length
for swagger-ui and Redoc static assets by @martincostello in #3488Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.2...v9.0.3
v9.0.2
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.1...v9.0.2
v9.0.1
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.0...v9.0.1
v9.0.0
📣 This release contains the following breaking changes:
netstandard2.0
and thus .NET Framework - now onlynet8.0
andnet9.0
are supported.[Obsolete]
in previous releases.--serializeasv2
option from Swashbuckle.AspNetCore.Cli, which was superseded by--openapiversion
from version 8.0.0.What's Changed
[Range]
and respectParseLimitsInInvariantCulture
property by @martincostello in #3448[Range]
behaviour by @martincostello in #3449Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.4...v9.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.