-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency ModularPipelines.Git to v3 - autoclosed #14
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -18,7 +18,7 @@ | |||||
| <!-- Build Automation --> | ||||||
| <PackageVersion Include="Sourcy.DotNet" Version="0.7.9"/> | ||||||
| <PackageVersion Include="ModularPipelines" Version="2.48.30"/> | ||||||
| <PackageVersion Include="ModularPipelines.Git" Version="2.48.30"/> | ||||||
| <PackageVersion Include="ModularPipelines.Git" Version="3.0.1"/> | ||||||
|
||||||
| <PackageVersion Include="ModularPipelines.Git" Version="3.0.1"/> | |
| <PackageVersion Include="ModularPipelines.Git" Version="2.48.30"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This update creates a version compatibility issue. ModularPipelines.Git is being updated to v3.0.1, but the other ModularPipelines packages (ModularPipelines, ModularPipelines.GitHub, and ModularPipelines.DotNet) remain on v2.48.30.
According to the v3.0.0 release notes, this is a major version with significant breaking changes and API redesigns. Mixing v2 and v3 packages may cause runtime incompatibilities, type conflicts, or unexpected behavior.
All ModularPipelines packages should be updated together to maintain compatibility, or all should remain on v2 until the codebase is ready to migrate to v3.