Commit 7e079bf3 authored by Marc Gravell's avatar Marc Gravell

mention the SNK version in the docs

parent 1fd38473
......@@ -21,6 +21,12 @@ StackExchange.Redis can be installed via the nuget UI (as [StackExchange.Redis](
PM> Install-Package StackExchange.Redis
If you require a strong-named package (because your project is strong-named), then you may wish to use instead:
PM> Install-Package StackExchange.Redis.StrongName
([for further reading, see here](http://blog.marcgravell.com/2014/06/snk-we-need-to-talk.html))
Documentation
---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment