Skip to content

Commit

Permalink
Merge pull request #14 from BenjaminAbt/feature/snk
Browse files Browse the repository at this point in the history
add signing
  • Loading branch information
BenjaminAbt authored Apr 25, 2024
2 parents d61cbee + 0398c5a commit 2238eab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Binary file added BenjaminAbt.StrongOf.snk
Binary file not shown.
14 changes: 14 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,18 @@
<PropertyGroup Condition="'$(IsTestProject)' != 'true' AND '$(IsBenchmarkProject)' != 'true'">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>


<PropertyGroup>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)BenjaminAbt.StrongOf.snk</AssemblyOriginatorKeyFile>

<PublicKey>
0024000004800000940000000602000000240000525341310004000001000100a19f5c9b522bba
2b14442a92edac88ebfad09ade036005cdbcfdb574e78f5b60612a92b18b73acb1a3ecc933fb2d
5836f648ef15819a49eea44b6de6d9966375cc4fa08f523c18463f4ee57ef3ed63500a993e125f
44a374ea17b450962a1b14a13d8ccb0c36d7d3886e54a739103aa32d8c66b92aa25880e80ec088
1e91649c
</PublicKey>
</PropertyGroup>
</Project>
Binary file added public.snk
Binary file not shown.

0 comments on commit 2238eab

Please sign in to comment.