Skip to content

Commit

Permalink
Merge pull request #116 from tonerdo/sign-assembly
Browse files Browse the repository at this point in the history
Sign coverlet core and test assemblies
  • Loading branch information
tonerdo committed Jun 12, 2018
2 parents 7f190e4 + c19a5c0 commit e36d61b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/coverlet.core/Properties/AssemblyInfo.cs
@@ -1 +1,7 @@
[assembly:System.Runtime.CompilerServices.InternalsVisibleTo("Coverlet.Core.Tests")]
[assembly: System.Reflection.AssemblyKeyFileAttribute("coverlet.core.snk")]
[assembly:System.Runtime.CompilerServices.InternalsVisibleTo("Coverlet.Core.Tests,PublicKey=" +
"0024000004800000940000000602000000240000525341310004000001000100757cf9291d78a8" +
"2e5bb58a827a3c46c2f959318327ad30d1b52e918321ffbd847fb21565b8576d2a3a24562a93e8" +
"6c77a298b564a0f1b98f63d7a1441a3a8bcc206da3ed09d5dacc76e122a109a9d3ac608e21a054" +
"d667a2bae98510a1f0f653c0e6f58f42b4b3934f6012f5ec4a09b3dfd3e14d437ede1424bdb722" +
"aead64ad")]
Binary file added src/coverlet.core/coverlet.core.snk
Binary file not shown.
1 change: 1 addition & 0 deletions test/coverlet.core.tests/Properties/AssemblyInfo.cs
@@ -0,0 +1 @@
[assembly: System.Reflection.AssemblyKeyFileAttribute("coverlet.core.tests.snk")]
Binary file added test/coverlet.core.tests/coverlet.core.tests.snk
Binary file not shown.

0 comments on commit e36d61b

Please sign in to comment.