From 82f210cbacc14a32bef70bb557ccc359da1a4e8c Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 9 Feb 2016 15:53:16 -0800 Subject: add private key for strong name assemblies --- csharp/keys/Google.Protobuf.snk | Bin 0 -> 596 bytes csharp/keys/README.md | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 csharp/keys/Google.Protobuf.snk (limited to 'csharp/keys') diff --git a/csharp/keys/Google.Protobuf.snk b/csharp/keys/Google.Protobuf.snk new file mode 100644 index 00000000..7515443c Binary files /dev/null and b/csharp/keys/Google.Protobuf.snk differ diff --git a/csharp/keys/README.md b/csharp/keys/README.md index 1a014198..f6f27e80 100644 --- a/csharp/keys/README.md +++ b/csharp/keys/README.md @@ -2,4 +2,8 @@ Contents -------- - Google.Protobuf.public.snk: - Public key to verify strong name of Google.Protobuf assemblies. \ No newline at end of file + 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. \ No newline at end of file -- cgit v1.2.3