Skip to content

Commit 41fcaf9

Browse files
authored
Merge pull request #127 from SimonCropp/strongName
add strong name
2 parents 7e04f0c + 5d1a90e commit 41fcaf9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/Directory.Build.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project>
3+
<PropertyGroup>
4+
<AssemblyOriginatorKeyFile>$(SolutionDir)key.snk</AssemblyOriginatorKeyFile>
5+
<SignAssembly>true</SignAssembly>
6+
</PropertyGroup>
7+
</Project>

src/key.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)