Skip to content

Commit

Permalink
Merge pull request #4 from FreakyTorial/strong_name_signing
Browse files Browse the repository at this point in the history
Activated strong name signing; added .snk file
  • Loading branch information
misorrek authored Dec 27, 2022
2 parents e6ee049 + 4ec84e5 commit 735d954
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added ViscaCamLink.snk
Binary file not shown.
5 changes: 4 additions & 1 deletion ViscaCamLink/ViscaCamLink.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ApplicationIcon>Resources\program.ico</ApplicationIcon>
<AssemblyVersion>0.1.1.0</AssemblyVersion>
<AssemblyVersion>0.1.2.0</AssemblyVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\ViscaCamLink.snk</AssemblyOriginatorKeyFile>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 735d954

Please sign in to comment.