Skip to content

Update NuGet package versions across projects#188

Merged
marcominerva merged 1 commit intomasterfrom
develop
Mar 11, 2026
Merged

Update NuGet package versions across projects#188
marcominerva merged 1 commit intomasterfrom
develop

Conversation

@marcominerva
Copy link
Owner

Upgraded Microsoft.AspNetCore.OpenApi, Swashbuckle.AspNetCore, Swashbuckle.AspNetCore.SwaggerUI, Swashbuckle.AspNetCore.SwaggerGen, and SimpleAuthenticationTools.Abstractions to latest patch versions in sample and library projects. No functional code changes; updates for bug fixes, security, and compatibility.

Upgraded Microsoft.AspNetCore.OpenApi, Swashbuckle.AspNetCore, Swashbuckle.AspNetCore.SwaggerUI, Swashbuckle.AspNetCore.SwaggerGen, and SimpleAuthenticationTools.Abstractions to latest patch versions in sample and library projects. No functional code changes; updates for bug fixes, security, and compatibility.
Copilot AI review requested due to automatic review settings March 11, 2026 10:08
@marcominerva marcominerva merged commit da08617 into master Mar 11, 2026
8 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates NuGet package patch versions across the core library, Swashbuckle integration, and sample projects to pick up upstream bug fixes/security patches without altering runtime behavior.

Changes:

  • Bump Microsoft.AspNetCore.OpenApi patch versions for net9.0/net10.0 targets where referenced.
  • Bump Swashbuckle packages to 10.1.5 across library and samples.
  • Bump SimpleAuthenticationTools.Abstractions from 3.1.9 to 3.1.10 where referenced.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/SimpleAuthentication/SimpleAuthentication.csproj Updates OpenApi package versions for net9.0/net10.0 and bumps Abstractions to 3.1.10.
src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj Bumps Abstractions to 3.1.10 and Swashbuckle.AspNetCore.SwaggerGen to 10.1.5.
samples/MinimalApis/Net8JwtBearerSample/Net8JwtBearerSample.csproj Bumps Swashbuckle.AspNetCore to 10.1.5.
samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj Bumps Microsoft.AspNetCore.OpenApi to 10.0.4 and SwaggerUI to 10.1.5.
samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj Bumps Microsoft.AspNetCore.OpenApi to 10.0.4 and SwaggerUI to 10.1.5.
samples/MinimalApis/ApiKeySample/ApiKeySample.csproj Bumps Microsoft.AspNetCore.OpenApi to 10.0.4 and SwaggerUI to 10.1.5.
samples/Controllers/JwtBearerSample/JwtBearerSample.csproj Bumps Microsoft.AspNetCore.OpenApi to 10.0.4 and SwaggerUI to 10.1.5.
samples/Controllers/BasicAuthenticationSample/BasicAuthenticationSample.csproj Bumps Microsoft.AspNetCore.OpenApi to 10.0.4 and SwaggerUI to 10.1.5.
samples/Controllers/ApiKeySample/ApiKeySample.csproj Bumps Microsoft.AspNetCore.OpenApi to 10.0.4 and SwaggerUI to 10.1.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants