Skip to content

Commit

Permalink
Signed the assembly. #121
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmclean committed Mar 27, 2015
1 parent 90fdd3c commit e16a698
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Mandrill/Mandrill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Mandrill.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>Mandrill.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -93,6 +99,7 @@
</ItemGroup>
<ItemGroup>
<None Include="Mandrill.nuspec" />
<None Include="Mandrill.snk" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Binary file added src/Mandrill/Mandrill.snk
Binary file not shown.

0 comments on commit e16a698

Please sign in to comment.