Skip to content

Commit

Permalink
Strongly sign NeoSmart.SecureStore.dll
Browse files Browse the repository at this point in the history
The signing key is included in the package and published to GitHub.
  • Loading branch information
mqudsi committed Aug 29, 2023
1 parent 84f8e65 commit dd94576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SecureStore/SecureStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>SecureStore.png</PackageIcon>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>./SecureStore.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
Expand Down
Binary file added SecureStore/SecureStore.snk
Binary file not shown.

0 comments on commit dd94576

Please sign in to comment.