Skip to content

Commit d21009e

Browse files
committed
Sign libgit2sharp
1 parent cf6a3c5 commit d21009e

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" />
@@ -391,6 +397,7 @@
391397
<EmbeddedResource Include="libgit2sharp_hash.txt" />
392398
</ItemGroup>
393399
<ItemGroup>
400+
<None Include="libgit2sharp.snk" />
394401
<None Include="packages.config" />
395402
</ItemGroup>
396403
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

LibGit2Sharp/libgit2sharp.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)