Skip to content

Commit

Permalink
Use an SNK (fixes #39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Jun 18, 2019
1 parent f43468f commit 4a51a8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/GeoTimeZone/GeoTimeZone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>mj1856_oss.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
Expand Down
Binary file added src/GeoTimeZone/mj1856_oss.snk
Binary file not shown.

0 comments on commit 4a51a8f

Please sign in to comment.