Skip to content

Conversation

@projectorigin-renovate
Copy link
Contributor

@projectorigin-renovate projectorigin-renovate bot commented Nov 11, 2025

This PR contains the following updates:

Package Type Update Change
MassTransit (source) nuget major 8.5.49.0.0
MassTransit.RabbitMQ (source) nuget major 8.5.49.0.0
Microsoft.AspNetCore.Authentication.JwtBearer (source) nuget major 9.0.1010.0.1
Microsoft.AspNetCore.TestHost (source) nuget major 9.0.1010.0.1
Microsoft.Extensions.Diagnostics.HealthChecks (source) nuget major 9.0.1010.0.1
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (source) nuget major 9.0.1010.0.1
Microsoft.Extensions.Diagnostics.Testing (source) nuget major 9.10.010.1.0
Microsoft.Extensions.Options (source) nuget major 9.0.1010.0.1
Microsoft.Extensions.Options.ConfigurationExtensions (source) nuget major 9.0.1010.0.1
Microsoft.Extensions.TimeProvider.Testing (source) nuget major 9.10.010.1.0
Npgsql nuget major 9.0.410.0.1
Npgsql.OpenTelemetry nuget major 9.0.410.0.1
Serilog.AspNetCore nuget major 9.0.010.0.0
Swashbuckle.AspNetCore nuget major 9.0.610.1.0
Swashbuckle.AspNetCore.Annotations nuget major 9.0.610.1.0

Release Notes

dotnet/extensions (Microsoft.Extensions.Diagnostics.Testing)

v10.0.0

What's Changed
New Contributors

Full Changelog: dotnet/extensions@v9.10.0...v10.0.0

npgsql/npgsql (Npgsql)

v10.0.1

v9.0.4 contains several minor bug fixes.

Milestone issues

Full Changelog: npgsql/npgsql@v10.0.0...v10.0.1

v10.0.0

See the release notes.

The full list of changes is available here.

What's Changed
New Contributors

Full Changelog: npgsql/npgsql@v9.0.0...v10.0.0

serilog/serilog-aspnetcore (Serilog.AspNetCore)

v10.0.0

What's Changed

New Contributors

Full Changelog: serilog/serilog-aspnetcore@v9.0.0...v10.0.0

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v10.1.0

What's Changed

New Features
Bug Fixes
Miscellaneous

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.0.1...v10.1.0

v10.0.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.0.0...v10.0.1

v10.0.0

Swashbuckle.AspNetCore v10.0.0

[!IMPORTANT]
This release contains major breaking changes.

Read our v10 migration guide for further information.

With this release, Swashbuckle.AspNetCore adds support for generating OpenAPI 3.1 documents and for ASP.NET Core 10.

Swashbuckle.AspNetCore v10 depends on OpenAPI.NET v2.3 which introduces many breaking changes to the public API surface. More information can be found in their OpenAPI.NET v2 Upgrade Guide.

To reduce the number of breaking behavioural changes in Swashbuckle.AspNetCore v10, generation of OpenAPI 3.1 documents is opt-in.
To generate OpenAPI 3.1 documents, change the OpenAPI version as shown in the code snippet below:

app.UseSwagger(options =>
{
    options.OpenApiVersion = OpenApiSpecVersion.OpenApi3_1;
});

[!TIP]
It is strongly recommended that you upgrade to Swashbuckle.AspNetCore v9.0.6 before upgrading to v10.

[!IMPORTANT]
Use of Swashbuckle.AspNetCore with the ASP.NET Core WithOpenApi() method is no longer supported.

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.6...v10.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@projectorigin-renovate projectorigin-renovate bot enabled auto-merge (squash) November 11, 2025 12:38
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/major-nuget branch 4 times, most recently from cdec0c3 to 03da5f1 Compare November 13, 2025 08:27
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/major-nuget branch 2 times, most recently from c16a91d to 17bc4c4 Compare November 28, 2025 08:28
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/major-nuget branch 2 times, most recently from ae66f7c to 7b43807 Compare December 19, 2025 12:39
@projectorigin-renovate projectorigin-renovate bot changed the title chore(deps): update nuget to v10 (major) chore(deps): update nuget (major) Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant