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

NuGet package descriptions are missing from csproj files #2742

Closed
Cheesebaron opened this issue Mar 30, 2018 · 2 comments · Fixed by #2766
Closed

NuGet package descriptions are missing from csproj files #2742

Cheesebaron opened this issue Mar 30, 2018 · 2 comments · Fixed by #2766
Assignees
Labels
t/docs Documentation type up-for-grabs Issues up for grabs by anyone
Milestone

Comments

@Cheesebaron
Copy link
Member

Each package should have a <Description> tag in the first <PropertyGroup> describing the contents of the package.

Steps to reproduce 📜

  1. Find a MvvmCross 6.0.0-beta.x package on NuGet.org

  2. Look at description

Expected behavior 🤔

There should be a description of the package

Actual behavior 🐛

No description

Configuration 🔧

Version: 6.0.0-beta.x

@Cheesebaron Cheesebaron added up-for-grabs Issues up for grabs by anyone t/docs Documentation type labels Mar 30, 2018
@Cheesebaron Cheesebaron added this to the 6.0.0 milestone Mar 30, 2018
@orzech85
Copy link
Contributor

I will take it ;)

@Cheesebaron
Copy link
Member Author

@orzech85 make sure to do this on the develop branch :)

You can take a look at what we had before in the old nuspec files in the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t/docs Documentation type up-for-grabs Issues up for grabs by anyone
Development

Successfully merging a pull request may close this issue.

2 participants