Skip to content

Conversation

martincostello
Copy link
Collaborator

Add missing package readme for Swashbuckle.AspNetCore to avoid warning on publish.

Run dotnet nuget push "*.nupkg" --api-key *** --skip-duplicate --source https://api.nuget.org/v3/index.json
Pushing Swashbuckle.AspNetCore.7.1.0.nupkg to 'https://www.nuget.org/api/v2/package'...
  PUT https://www.nuget.org/api/v2/package/
warn : Readme missing. Go to https://aka.ms/nuget-include-readme learn How to include a readme file within the package.
  Created https://www.nuget.org/api/v2/package/ 258ms
Your package was pushed.

The solution used for all the other packages doesn't work for this meta-package as it uses a .nuspec file so the MSBuild properties don't apply.

Add missing package readme for Swashbuckle.AspNetCore to avoid warning on publish.
@martincostello martincostello added this to the v7.2.0 milestone Nov 26, 2024
@martincostello martincostello enabled auto-merge (rebase) November 26, 2024 13:36
Copy link
Collaborator

@mesMess mesMess left a comment

Choose a reason for hiding this comment

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

Added spec reference for README

@martincostello martincostello merged commit 8804a00 into master Nov 26, 2024
9 checks passed
@martincostello martincostello deleted the nuget-readme branch November 26, 2024 17:05
This was referenced Jul 31, 2025
This was referenced Aug 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants