Skip to content

Update workflows and bump NuGet package versions - #107

Merged
marcominerva merged 1 commit into
masterfrom
develop
Jun 22, 2026
Merged

Update workflows and bump NuGet package versions#107
marcominerva merged 1 commit into
masterfrom
develop

Conversation

@marcominerva

Copy link
Copy Markdown
Owner
  • Updated GitHub Actions workflows to use latest actions/checkout (v6) and actions/setup-dotnet (v5)
  • Upgraded Microsoft.AspNetCore.OpenApi, Swashbuckle.AspNetCore.SwaggerUI, and TinyHelpers.AspNetCore in MinimalSample.csproj
  • Updated Nerdbank.GitVersioning in Directory.Build.props
  • Bumped Microsoft.AspNetCore.OpenApi versions for net8.0, net9.0, and net10.0 in MinimalHelpers.OpenApi.csproj

- Updated GitHub Actions workflows to use latest actions/checkout (v6) and actions/setup-dotnet (v5)
- Upgraded Microsoft.AspNetCore.OpenApi, Swashbuckle.AspNetCore.SwaggerUI, and TinyHelpers.AspNetCore in MinimalSample.csproj
- Updated Nerdbank.GitVersioning in Directory.Build.props
- Bumped Microsoft.AspNetCore.OpenApi versions for net8.0, net9.0, and net10.0 in MinimalHelpers.OpenApi.csproj
Copilot AI review requested due to automatic review settings June 22, 2026 08:27
@marcominerva
marcominerva merged commit 26e6d3d into master Jun 22, 2026
8 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

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 CI publishing workflows and refreshes several NuGet dependencies across the library and sample projects to keep tooling and package references current.

Changes:

  • Bumped Microsoft.AspNetCore.OpenApi per-target-framework versions in MinimalHelpers.OpenApi.
  • Upgraded Nerdbank.GitVersioning in Directory.Build.props.
  • Updated publish GitHub Actions workflows to newer actions/checkout and actions/setup-dotnet majors, and refreshed sample package versions.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
src/MinimalHelpers.OpenApi/MinimalHelpers.OpenApi.csproj Bumps Microsoft.AspNetCore.OpenApi package versions for net8.0, net9.0, and net10.0.
src/Directory.Build.props Updates Nerdbank.GitVersioning package reference used during builds.
samples/MinimalSample/MinimalSample.csproj Updates sample app package references (OpenAPI/Swagger UI/TinyHelpers).
.github/workflows/publish_routing.yml Moves publish workflow to actions/checkout@v6 and actions/setup-dotnet@v5.
.github/workflows/publish_routing_analyzers.yml Moves publish workflow to actions/checkout@v6 and actions/setup-dotnet@v5.
.github/workflows/publish_openapi.yml Moves publish workflow to actions/checkout@v6 and actions/setup-dotnet@v5.
.github/workflows/publish_fluentvalidation.yml Moves publish workflow to actions/checkout@v6 and actions/setup-dotnet@v5.

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
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