-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update packages for 2.x #289
Conversation
@RobertIndie Hi! Did you want to update nuget packages in examples? |
No. Actually, It would be better if we didn't have to touch the examples folder. I just want to upgrade the Pulsar.Client dependency. However, I encountered the following error when running
So I removed the But then I got this error when running
It seems the example projects are still using the 3.x version. So, I added the package references to point to the correct Pulsar.Client package. |
@RobertIndie I've fixed the paket issue, however, something in docker setup has changed and has to be fixed, it looks like init commands are not executed after container launch, for example I see this in action logs:
I'm reluctant to merge it without first CI being fixed. |
Thanks for your fix. I have fixed the CI issue. PTAL |
Thanks, published 2.17.0 |
Update the package in 2.x