Skip to content

Commit

Permalink
Add strong-name signing to ical.NET assemblies.
Browse files Browse the repository at this point in the history
  • Loading branch information
josteink committed Jan 30, 2019
1 parent 860a5e7 commit 72484c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added v2/IcalNetStrongnameKey.snk
Binary file not shown.
6 changes: 6 additions & 0 deletions v2/ical.NET.Collections/Ical.Net.Collections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
<PropertyGroup>
<RootNamespace>Ical.Net.Collections</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\IcalNetStrongnameKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Core" />
<!-- <Reference Include="Microsoft.CSharp" />
Expand Down
6 changes: 6 additions & 0 deletions v2/ical.NET/Ical.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
<PropertyGroup>
<RootNamespace>Ical.Net</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\IcalNetStrongnameKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="NodaTime, Version=1.3.0.0, Culture=neutral, PublicKeyToken=4226afe0d9b296d1, processorArchitecture=MSIL">
<HintPath>..\packages\NodaTime.1.3.1\lib\net35-Client\NodaTime.dll</HintPath>
Expand Down

0 comments on commit 72484c5

Please sign in to comment.