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

Elastic.Ingest.Transport Nuget Package 0.5.5 references Elastic.Transport 0.4.16 causing bug #43

Closed
jasongerstorff opened this issue Jan 24, 2024 · 1 comment

Comments

@jasongerstorff
Copy link

Package version 0.5.5 references Elastic.Transport >= 0.4.13. This is causing the package to use Elastic.Transport version 0.4.16 when installed.

This is causing a bug in LibraryVersion class...it tries to call StoreVersion() in the base class VersionInfo, but that method does not exist in 0.4.16. Possible to set the package to use 0.4.13 until fixed?

@Mpdreamz
Copy link
Member

Thank you for raising this and apologies for this completely flying under my radar.

Addressing this as per: #47

@Mpdreamz Mpdreamz closed this as completed Apr 9, 2024
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

2 participants