aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/keys
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-09 15:53:16 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-09 15:53:16 -0800
commit82f210cbacc14a32bef70bb557ccc359da1a4e8c (patch)
tree38322237166973c74c14adac8979d9479a477ea6 /csharp/keys
parentbc215089ca7d9da3a2b313b250d1dee665eda438 (diff)
add private key for strong name assemblies
Diffstat (limited to 'csharp/keys')
-rw-r--r--csharp/keys/Google.Protobuf.snkbin0 -> 596 bytes
-rw-r--r--csharp/keys/README.md6
2 files changed, 5 insertions, 1 deletions
diff --git a/csharp/keys/Google.Protobuf.snk b/csharp/keys/Google.Protobuf.snk
new file mode 100644
index 00000000..7515443c
--- /dev/null
+++ b/csharp/keys/Google.Protobuf.snk
Binary files 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