EventStore.Client nuget reference error to protobuf-net

I downloaded the EventStore.Client nuget and discovered that out of box, it won’t work without some changes. I see that what happened is that EventStore.Client was compiled against protobuf-net 2.0.0.594, but the nuget specifies 2.0.0.601 as the dependency. I am sure you could fix this with some assembly redirects, but it would be better if the package was either a.) compiled against 601 or b.) the nuget spec was updated to point to 594.

Thanks.

We will update this.

Version 1.0.1 has been pushed to NuGet which internalizes our dependency on protobuf-net. It now has no external dependencies.

Thanks for pointing this out.

Cheers,

James