зеркало из https://github.com/github/libgit2sharp.git
Remove ".dll" extension from dll-name declaration
This commit is contained in:
Родитель
9fa53918e4
Коммит
90d7f06a3d
|
@ -173,7 +173,7 @@ namespace LibGit2Sharp.Core
|
|||
{
|
||||
internal static class NativeDllName
|
||||
{
|
||||
public const string Name = "$binaryFilename.dll";
|
||||
public const string Name = "$binaryFilename";
|
||||
}
|
||||
}
|
||||
"@
|
||||
|
|
Загрузка…
Ссылка в новой задаче