Client name: append library version suffix by NickCraver · Pull Request #1985 · StackExchange/StackExchange.Redis

@NickCraver

This changes the default client name to append "(v2.5.x)" on the end (no spaces because Redis doesn't support spaces in client names). It won't append if someone is setting their client name explicitly in options, only for our default, so should be a safe change.

@NickCraver

philon-msft