Skip to content

Commit

Permalink
Add strong name signing to library project (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Nov 12, 2024
1 parent 6ced439 commit c59188e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added nanoFirmwareFlasher.Library/Key.snk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
<PropertyGroup>
<!-- set this to 'empty' to package contents in 'any' folder -->
<PackageTfmSubFolder></PackageTfmSubFolder>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<Import Project="nugetcontent.targets" />
Expand Down

0 comments on commit c59188e

Please sign in to comment.