8000 Signed the libgit2sharp assembly with our key. · scrum-software/libgit2sharp@e2ad70e · GitHub
[go: up one dir, main page]

Skip to content

Commit e2ad70e

Browse files
committed
Signed the libgit2sharp assembly with our key.
1 parent 3de74b0 commit e2ad70e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3838
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
3939
<DocumentationFile>bin\Release\LibGit2Sharp.xml</DocumentationFile>
40+
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
41+
</PropertyGroup>
42+
<PropertyGroup>
43+
<SignAssembly>true</SignAssembly>
44+
</PropertyGroup>
45+
<PropertyGroup>
46+
<AssemblyOriginatorKeyFile>ScrumSoftware.snk</AssemblyOriginatorKeyFile>
4047
</PropertyGroup>
4148
<ItemGroup>
4249
<Reference Include="System" />
@@ -360,6 +367,9 @@
360367
<ItemGroup>
361368
<EmbeddedResource Include="libgit2sharp_hash.txt" />
362369
</ItemGroup>
370+
<ItemGroup>
371+
<None Include="ScrumSoftware.snk" />
372+
</ItemGroup>
363373
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
364374
<Import Project="UniqueIdentifier.targets" />
365375
<PropertyGroup>

LibGit2Sharp/ScrumSoftware.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0