Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e1ea0 commit 1aeb725Copy full SHA for 1aeb725
LibGit2Sharp/LibGit2Sharp.csproj
@@ -12,7 +12,7 @@
12
<PublishRepositoryUrl>true</PublishRepositoryUrl>
13
<EmbedUntrackedSources>true</EmbedUntrackedSources>
14
<DebugType>embedded</DebugType>
15
- <SignAssembly>true</SignAssembly>
+ <SignAssembly>False</SignAssembly>
16
<AssemblyOriginatorKeyFile>..\libgit2sharp.snk</AssemblyOriginatorKeyFile>
17
<PackageIcon>square-logo.png</PackageIcon>
18
<PackageLicenseFile>App_Readme/LICENSE.md</PackageLicenseFile>
LibGit2Sharp/Version.cs
@@ -1,6 +1,8 @@
1
using System.Globalization;
2
using LibGit2Sharp.Core;
3
4
+[assembly:System.Runtime.CompilerServices.InternalsVisibleTo("DvcsSandbox")]
5
+
6
namespace LibGit2Sharp
7
{
8
/// <summary>
0 commit comments