Skip to content

Commit f3b930e

Browse files
author
Edward Thomson
committed
Merge pull request #1265 from libgit2/cmn/signature
Sign libgit2sharp
2 parents 64cafa2 + d21009e commit f3b930e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

+7
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
4040
<DocumentationFile>bin\Release\LibGit2Sharp.xml</DocumentationFile>
4141
</PropertyGroup>
42+
<PropertyGroup>
43+
<SignAssembly>true</SignAssembly>
44+
</PropertyGroup>
45+
<PropertyGroup>
46+
<AssemblyOriginatorKeyFile>libgit2sharp.snk</AssemblyOriginatorKeyFile>
47+
</PropertyGroup>
4248
<ItemGroup>
4349
<Reference Include="System" />
4450
<Reference Include="System.Core" />
@@ -393,6 +399,7 @@
393399
<EmbeddedResource Include="libgit2sharp_hash.txt" />
394400
</ItemGroup>
395401
<ItemGroup>
402+
<None Include="libgit2sharp.snk" />
396403
<None Include="packages.config" />
397404
</ItemGroup>
398405
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

LibGit2Sharp/libgit2sharp.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)