Skip to content

Commit ce985f3

Browse files
authored
Merge pull request #91 from ilCosmico/develop
Add strong-name signing.
2 parents 92b5d7f + 03134dd commit ce985f3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NStack/NStack.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ It starts with a new string type that is focused on Unicode code-points as oppos
3636
<FileVersion>1.0</FileVersion>
3737
<Version>1.0</Version>
3838
<InformationalVersion>1.0</InformationalVersion>
39+
<SignAssembly>True</SignAssembly>
40+
<AssemblyOriginatorKeyFile>NStack.snk</AssemblyOriginatorKeyFile>
3941
</PropertyGroup>
4042

4143

NStack/NStack.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)