Skip to content

Fix package license warning - #15

Merged
paulirwin merged 1 commit into
mainfrom
chore/nuget-license
Nov 7, 2025
Merged

Fix package license warning#15
paulirwin merged 1 commit into
mainfrom
chore/nuget-license

Conversation

@paulirwin

Copy link
Copy Markdown
Member

No description provided.

CopilotAI review requested due to automatic review settings November 7, 2025 19:24
@paulirwin
paulirwin merged commit c1fc66c into mainNov 7, 2025
7 checks passed
@paulirwin
paulirwin deleted the chore/nuget-license branch November 7, 2025 19:24
@github-actions

Copy link
Copy Markdown

Code Coverage

PackageLine RateBranch RateComplexityHealth
F23.Kernel94%88%133
F23.Kernel.AspNetCore100%100%155
Summary97% (316 / 327)97% (198 / 204)288

CopilotAI 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 the license specification in the NuGet package metadata from the deprecated PackageLicenseUrl element to the recommended PackageLicenseExpression element, specifying MIT as the license type.

  • Replaced PackageLicenseUrl with PackageLicenseExpression set to "MIT"
  • Applied consistently across all publishable projects

Reviewed Changes

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

FileDescription
src/F23.Kernel/F23.Kernel.csprojUpdated license metadata from URL to expression format
src/F23.Kernel.AspNetCore/F23.Kernel.AspNetCore.csprojUpdated license metadata from URL to expression format

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for freeto 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

@paulirwin