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: reactiveui packages should be pinned and only work with packages from the same release #1225

Merged
merged 1 commit into from Jan 12, 2017

Conversation

ghuntley
Copy link
Member

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Bug fix.

What is the current behavior? (You can also link to an open issue here)

The packages are unpinned; version="$version$" means "Minimum version, inclusive" as per https://docs.nuget.org/ndocs/create-packages/dependency-versions

What is the new behavior (if this is a feature change)?

The packages are now pinned; version="[$version$]" means "Exact version match" as per https://docs.nuget.org/ndocs/create-packages/dependency-versions

Does this PR introduce a breaking change?

No, even if it did we don't want to support this behaviour. For maintainer sanity, we version ReactiveUI and package as a pinned group - all packages in a release will always be the same version and only work with that version which makes it impossible for a consumer to run into situations where they use reactiveui-core at 7.1.0 but reactiveui-xamforms at 7.0.0. Additionally all assemblies share the same CommonAssemblyInfo.cs which is updated just before compile time by the build infrastructure.

Please check if the PR fulfills these requirements

https://docs.reactiveui.net/en/contributing/framework/semantic-versioning.html has been updated.

Other information:

Thankyou @martijn00 for spotting this.

… from the same release

For maintainer sanity, we version ReactiveUI and package as a pinned group - all packages in a release will always be the same version and only work with that version which makes it impossible for a consumer to run into situations where they use reactiveui-core at 7.1.0 but reactiveui-xamforms at 7.0.0. Additionally all assemblies share the same CommonAssemblyInfo.cs which is updated just before compile time by the build infrastructure.
Copy link

@GiusepeCasagrande GiusepeCasagrande left a comment

Choose a reason for hiding this comment

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

Seems fine by me.

@ghuntley ghuntley deleted the pin-to-exact-version branch January 12, 2017 07:03
glennawatson pushed a commit that referenced this pull request Mar 23, 2019
… from the same release (#1225)

For maintainer sanity, we version ReactiveUI and package as a pinned group - all packages in a release will always be the same version and only work with that version which makes it impossible for a consumer to run into situations where they use reactiveui-core at 7.1.0 but reactiveui-xamforms at 7.0.0. Additionally all assemblies share the same CommonAssemblyInfo.cs which is updated just before compile time by the build infrastructure.
@lock lock bot locked and limited conversation to collaborators Jun 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants