Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package README #3178

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Add package README #3178

merged 1 commit into from
Nov 26, 2024

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
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