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

Fix #1260 by updating the Id casing on each upload. #1373

Closed
wants to merge 1 commit into from

Conversation

analogrelay
Copy link
Contributor

Fixes #1260

// Update the package registration's ID if it doesn't already match.
if (packageToPush != null && packageToPush.Metadata != null) // A little extra defensiveness makes the tests simpler :)
{
package.PackageRegistration.Id = packageToPush.Metadata.Id;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Q: "But Andrew, what if we need the history of the Id for previous packages?" A: "It's in the Nupkgs :)"

@analogrelay analogrelay closed this Aug 2, 2013
@analogrelay
Copy link
Contributor Author

We're doing this by storing the package ID for each version

@maartenba maartenba deleted the anurse/1260-idcasing branch June 12, 2015 18:12
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.

2 participants