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

Minor bug fixes: #555

Closed
wants to merge 1 commit into from
Closed

Minor bug fixes: #555

wants to merge 1 commit into from

Conversation

pranavkm
Copy link
Contributor

* Work Item #447: Use Published Date instead of last updated date in the
  package display
* Store null values in the Download stats pag*
* Work Item #465: Allow at most 5 tags per package
// To prevent tag abuse, we'll allow at most 5 tags to be read.
var tags = nugetPackage.Tags.Split(' ');
package.Tags = String.Join(" ", tags.Take(5));
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should probably make this 10.

Copy link
Contributor

Choose a reason for hiding this comment

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

Agree.

@ghost ghost assigned pranavkm and deepakverma Sep 5, 2012
@jeffhandley
Copy link
Member

These fixes are in the 'development' branch and are ready for testing.

@davidfowl
Copy link
Member

Why is this PR still open?

@pranavkm pranavkm closed this Jan 21, 2013
joelverhagen pushed a commit that referenced this pull request Jul 30, 2024
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.

5 participants