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

Ability to compare 2 packages, not just 2 versions #37

Open
adamralph opened this issue Apr 26, 2015 · 3 comments
Open

Ability to compare 2 packages, not just 2 versions #37

adamralph opened this issue Apr 26, 2015 · 3 comments
Labels
Milestone

Comments

@adamralph
Copy link

OK, here's a curve ball... 😉

Following the pattern of xunit 2.0, Xbehave 2.0 is now a meta-package containing nothing but a dependency on Xbehave.Core and xunit, where Xbehave.Core is the package containing the actual assemblies. The reason for this is that xunit is a meta-package containing deps on xunit.core and xunit.assert, allowing users to install just xunit.core when they want to use another assertion library. Similarly, users can just install Xbehave.Core which only takes a dep on xunit.core.

So the bottom line is that I'd like to be able to compare Xbehave 1.1.0 with Xbehave.Core 2.0.0-rc002-build543.

I can hear the groans already 😝.

@andreasohlund
Copy link
Owner

We have similar needs since nsb.interfaces and nsb.core v4 is replaced by nsb.core only in v5

On 26 Apr 2015, at 11:06, Adam Ralph [email protected] wrote:

OK, here's a curve ball...

Following the pattern of xunit 2.0, Xbehave 2.0 is now a meta-package containing nothing but a dependency on Xbehave.Core and xunit, where Xbehave.Core is the package containing the actual assemblies. The reason for this is that xunit is a meta-package containing deps on xunit.core and xunit.assert, allowing users to install just xunit.core when they want to use another assertion library. Similarly, users can just install Xbehave.Core which only takes a dep on xunit.core.

So the bottom line is that I'd like to be able to compare Xbehave 1.1.0 with Xbehave.Core 2.0.0-rc002-build543.

I can hear the groans already .


Reply to this email directly or view it on GitHub.

@SimonCropp
Copy link
Contributor

yeah when i created this http://docs.particular.net/nservicebus/upgrades/4to5diff i fudged it.

bottom line is we need metadata in the nuget to achieve this

@adamralph
Copy link
Author

Ah, great. So not such an edge case then...

@andreasohlund andreasohlund added this to the vNext milestone Apr 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants