Skip to content

Commit

Permalink
Merge pull request #19 from crozone/add-strong-signing
Browse files Browse the repository at this point in the history
Enable Strong Signing
  • Loading branch information
crozone authored Aug 25, 2020
2 parents fb8e3c2 + 4f9a904 commit 9f0000d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added FormatWith/FormatWith-Release.snk
Binary file not shown.
3 changes: 3 additions & 0 deletions FormatWith/FormatWith.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<RepositoryUrl>https://github.com/crozone/FormatWith</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Key:format syntax now supported for FormatWith and FormattableWith</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>FormatWith-Release.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 9f0000d

Please sign in to comment.