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

Disparity in grpc-swift version usage/resolution across package.swift files #661

Open
ArielDemarco opened this issue Dec 23, 2024 · 0 comments

Comments

@ArielDemarco
Copy link
Contributor

ArielDemarco commented Dec 23, 2024

Hi there! Since the merge of this pull request, I've noticed a discrepancy in the versioning of grpc-swift:

While this generally doesn’t cause issues, it’s worth mentioning that there were some tagging problems in grpc-swift version 1.24.0, which can occasionally lead to package resolution issues.

To address this, I was wondering if we could unify the versioning approach. Some possible solutions that would also prevent the previously mentioned issue could include:

  • Defining exact: 1.0.0 across all Package.swift files.
  • Defining from: 1.24.1 across all Package.swift files.
  • Defining exact: 1.24.2 (the latest) across all Package.swift files.

If this sounds good, I’d be happy to open a PR and test the changes.

Let me know your thoughts!

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

No branches or pull requests

1 participant