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

Filter out unsupported packages #64

Merged
merged 4 commits into from
Nov 20, 2021

Conversation

maraf
Copy link
Member

@maraf maraf commented Nov 19, 2021

Changes

  • Update reference packages for tests to require dependency on GitExtensions.Extensibility in various versions.
  • Add required 0.2.0 version in tests.
  • Add required 0.2.0 version in Git Extensions plugin.

Summary of nuget version ranges

  • Plugin Manager now requires 0.2.0.
  • Plugin author must publish a nuget package with dependency on GitExtensions.Extensibility with version range satisfying 0.2.0, examples:
    • [0.2.0] - plugin requires concrete single version.
    • [0.2.0,0.3.0) - like "Visual Studio extensions version" (0.2.0 <= plugin < 0.3.0)

Fixes #61.

@maraf maraf added type: feature New feature or request area: plugin labels Nov 19, 2021
@maraf maraf requested a review from RussKie November 19, 2021 13:56
@maraf maraf self-assigned this Nov 19, 2021
@RussKie RussKie merged commit 4e3ba18 into gitextensions:master Nov 20, 2021
@maraf maraf deleted the SupportedPackageVersions branch November 20, 2021 11:07
@maraf maraf added this to the 2.0.0 milestone Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: plugin type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter out unsupported packages
2 participants