add private key for strong name assemblies

This commit is contained in:
Jan Tattermusch 2016-02-09 15:53:16 -08:00
parent bc215089ca
commit 82f210cbac
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View file

@ -2,4 +2,8 @@ Contents
--------
- Google.Protobuf.public.snk:
Public key to verify strong name of Google.Protobuf assemblies.
Public key to verify strong name of Google.Protobuf assemblies.
- Google.Protobuf.snk:
Signing key to provide strong name of Google.Protobuf assemblies.
As per https://msdn.microsoft.com/en-us/library/wd40t7ad(v=vs.110).aspx
signing key should be checked into the repository.