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

don't add -prerelease to nuspec dependency nodes for project references #1102

Merged
merged 1 commit into from
Oct 1, 2015
Merged

don't add -prerelease to nuspec dependency nodes for project references #1102

merged 1 commit into from
Oct 1, 2015

Conversation

martyn-osborne
Copy link
Contributor

Pack is adding -prerelease to the end of project reference dependency nodes, e.g:

<dependency id="BlahBlah.BlahBlah" version="1.0.0-prerelease" />

when that project has been packed correctly as 1.0.0.

Fairly easy to repro - have two projects, both with paket.template files (type project), and one referencing the other. Paket pack version 1.0.0 will generate the above.

forki added a commit that referenced this pull request Oct 1, 2015
don't add -prerelease to nuspec dependency nodes for project references
@forki forki merged commit 8ab12aa into fsprojects:master Oct 1, 2015
@forki
Copy link
Member

forki commented Oct 1, 2015

thanks. That's a bad bug!

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