Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1aeb725

Browse files
committed
- InternalsVisibleTo("DvcsSandbox")
- stop signing assembly
1 parent c0e1ea0 commit 1aeb725

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1313
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1414
<DebugType>embedded</DebugType>
15-
<SignAssembly>true</SignAssembly>
15+
<SignAssembly>False</SignAssembly>
1616
<AssemblyOriginatorKeyFile>..\libgit2sharp.snk</AssemblyOriginatorKeyFile>
1717
<PackageIcon>square-logo.png</PackageIcon>
1818
<PackageLicenseFile>App_Readme/LICENSE.md</PackageLicenseFile>

LibGit2Sharp/Version.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
using System.Globalization;
22
using LibGit2Sharp.Core;
33

4+
[assembly:System.Runtime.CompilerServices.InternalsVisibleTo("DvcsSandbox")]
5+
46
namespace LibGit2Sharp
57
{
68
/// <summary>

0 commit comments

Comments
 (0)